DockCommand Class |
Namespace: Kettic.AspNet.Controls
The DockCommand type exposes the following members.
Name | Description | |
---|---|---|
DockCommand |
Initializes a new instance of the DockCommand class
|
Name | Description | |
---|---|---|
CreateElement |
Creates an HtmlAnchor control with applied CssClass and Title
|
Name | Description | |
---|---|---|
AutoPostBack |
Gets or sets a value indicating whether a postback to the server
automatically occurs when the user drags the KaxDock control.
| |
ClientTypeName |
Specifies the name of the type of the client object, which
will be instantiated when the command is initialized for the first time.
| |
CssClass |
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Command item
on the client.
| |
Name |
Specifies the name of the command. The value of this property is used
to determine on the server which command was clicked on the client.
| |
OnClientCommand |
Gets or sets the client-side script that executes when the Command event is raised
on the client.
| |
Text |
Specifies the text, which will be displayed as tooltip when the user
hovers the mouse cursor over the command button.
|