BCGControlBar Library for .NET
CommandObject Property (DrawCommandObjectEventArgs)




Specifies the command object to draw.
Syntax
'Declaration
 
Public ReadOnly Property CommandObject As CommandObject
'Usage
 
Dim instance As DrawCommandObjectEventArgs
Dim value As CommandObject
 
value = instance.CommandObject
public CommandObject CommandObject {get;}
public: __property CommandObject* get_CommandObject();
public:
property CommandObject^ CommandObject {
   CommandObject^ get();
}
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