BCGSoft.ControlBars Namespace > GalleryControl Class : DrawCommandObject Event |
'Declaration Public Event DrawCommandObject As DrawCommandObjectEventHandler
'Usage Dim instance As GalleryControl Dim handler As DrawCommandObjectEventHandler AddHandler instance.DrawCommandObject, handler
public event DrawCommandObjectEventHandler DrawCommandObject
public: __event DrawCommandObjectEventHandler* DrawCommandObject
public: event DrawCommandObjectEventHandler^ DrawCommandObject
The event handler receives an argument of type DrawCommandObjectEventArgs containing data related to this event. The following DrawCommandObjectEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Bounds | Specifies the boundaries of the command object to draw. |
CommandObject | Specifies the command object to draw. |
Context | |
Graphics | Specifies the graphics of the command panel surface where the command object should be drawn. |
Handled (Inherited from System.ComponentModel.HandledEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2