Click or drag to resize
DefaultCommands Enumeration
Defines the commands which should appear in the KaxDock control titlebar when its Commands property is not set.

Namespace: Kettic.AspNet.Controls.Dock
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum DefaultCommands
Members
  Member nameValueDescription
None0 No commands will appear
Close1 Close command
ExpandCollapse2 ExpandCollapse command
PinUnpin4 PinUnpin command
All7 All commands
See Also