BCGControlBar Library for .NET
DrawCommandObject Event (GalleryControl)




Syntax
'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
Event Data

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.

PropertyDescription
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) 
Requirements

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

See Also

Reference

GalleryControl Class
GalleryControl Members

Send Feedback