Click or drag to resize
DockToggleCommand Class
Represents a two state command item in a KaxDock control.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsDockCommand
    Kettic.AspNet.ControlsDockToggleCommand
      Kettic.AspNet.ControlsDockExpandCollapseCommand
      Kettic.AspNet.ControlsDockPinUnpinCommand

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 DockToggleCommand : DockCommand

The DockToggleCommand type exposes the following members.

Constructors
  NameDescription
Public methodDockToggleCommand
Initializes a new instance of the DockToggleCommand class
Top
Properties
  NameDescription
Public propertyAlternateCssClass
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Command item on the client when State is Alternate.
Public propertyAlternateText
Specifies the text, which will be displayed as tooltip when the user hovers the mouse cursor over the command button when State is Alternate.
Public propertyState
Gets or sets the initial state of the command item. If the value of this property is Primary, the values of the Text and CssClass properties will be used initially, otherwise the command will use AlternateText and AlternateCssClass.
Top
See Also