BCGControlBar Library for .NET
DrawCommandObjectEventArgs Class
Members 




Inherits HandledEventArgs class of System.ComponentModel namespace.  

Provides data  for the DrawCommandObject event of the CommandButton.  

Object Model
DrawCommandObjectEventArgs ClassCommandObject Class
Syntax
'Declaration
 
Public Class DrawCommandObjectEventArgs 
   Inherits System.ComponentModel.HandledEventArgs
'Usage
 
Dim instance As DrawCommandObjectEventArgs
public class DrawCommandObjectEventArgs : System.ComponentModel.HandledEventArgs 
public __gc class DrawCommandObjectEventArgs : public System.ComponentModel.HandledEventArgs 
public ref class DrawCommandObjectEventArgs : public System.ComponentModel.HandledEventArgs 
Remarks

Property Graphics specifies the graphics  which has an area to be redrawn, property Bounds defines the bounds of redrawn area and the property CommandObject specifies the object which will be redrawn.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.HandledEventArgs
         BCGSoft.Controls.Shared.DrawCommandObjectEventArgs

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 Members
BCGSoft.Controls.Shared Namespace

Send Feedback