DefaultCommands Enumeration |
Defines the commands which should appear in the KaxDock control
titlebar when its Commands property is not set.
Namespace: Kettic.AspNet.Controls.DockAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[FlagsAttribute]
public enum DefaultCommands
<FlagsAttribute>
Public Enumeration DefaultCommands
[FlagsAttribute]
public enum class DefaultCommands
[<FlagsAttribute>]
type DefaultCommands
Members
| Member name | Value | Description |
---|
| None | 0 |
No commands will appear
|
| Close | 1 |
Close command
|
| ExpandCollapse | 2 |
ExpandCollapse command
|
| PinUnpin | 4 |
PinUnpin command
|
| All | 7 |
All commands
|
See Also