Click or drag to resize
DockCommand Class
Represents a custom command item in a KaxDock control.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsDockCommand
    Kettic.AspNet.ControlsDockCloseCommand
    Kettic.AspNet.ControlsDockToggleCommand

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class DockCommand

The DockCommand type exposes the following members.

Constructors
  NameDescription
Public methodDockCommand
Initializes a new instance of the DockCommand class
Top
Methods
  NameDescription
Public methodCreateElement
Creates an HtmlAnchor control with applied CssClass and Title
Top
Properties
  NameDescription
Public propertyAutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user drags the KaxDock control.
Public propertyClientTypeName
Specifies the name of the type of the client object, which will be instantiated when the command is initialized for the first time.
Public propertyCssClass
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Command item on the client.
Public propertyName
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.
Public propertyOnClientCommand
Gets or sets the client-side script that executes when the Command event is raised on the client.
Public propertyText
Specifies the text, which will be displayed as tooltip when the user hovers the mouse cursor over the command button.
Top
See Also