Specifies the client side (Javascript) tool command events.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property CommandClientSideEvents As ISNet.WebUI.BaseMouseElementClientSideEvents |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebToolBar
Dim value As ISNet.WebUI.BaseMouseElementClientSideEvents
instance.CommandClientSideEvents = value
value = instance.CommandClientSideEvents |
| C# | |
|---|
public ISNet.WebUI.BaseMouseElementClientSideEvents CommandClientSideEvents {get; set;} |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also