Gets a collection of DockCommand objects representing the individual commands within the control titlebar.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public DockCommandCollection Commands { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property Commands As DockCommandCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property DockCommandCollection^ Commands {
DockCommandCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Commands : DockCommandCollection with get
Property Value
Type:
DockCommandCollection
A DockCommandCollection that contains a collection of DockCommand objects representing the individual commands within the control titlebar.
Remarks
Use the Commands collection to programmatically control the commands buttons within the control titlebar.
See Also