BCGControlBar Library for .NET
DrawCommandObjectEventArgs Constructor




Specifies the command object to draw.
Specifies the graphics from the surface to draw.
Specifies the boundaries of the command object to draw.
Initializes a new instance of the DrawCommandObjectEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal object As CommandObject, _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle _
)
'Usage
 
Dim object As CommandObject
Dim graphics As Graphics
Dim rect As Rectangle
 
Dim instance As New DrawCommandObjectEventArgs(object, graphics, rect)
public DrawCommandObjectEventArgs( 
   CommandObject object,
   Graphics graphics,
   Rectangle rect
)
public: DrawCommandObjectEventArgs( 
   CommandObject* object,
   Graphics* graphics,
   Rectangle rect
)
public:
DrawCommandObjectEventArgs( 
   CommandObject^ object,
   Graphics^ graphics,
   Rectangle rect
)

Parameters

object
Specifies the command object to draw.
graphics
Specifies the graphics from the surface to draw.
rect
Specifies the boundaries of the command object to draw.
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

DrawCommandObjectEventArgs Class
DrawCommandObjectEventArgs Members

Send Feedback