BCGControlBar Library for .NET
CommandObject Property (ExecuteCommandEventArgs)




Specifies the command object which commands should be executed.
Syntax
'Declaration
 
Public ReadOnly Property CommandObject As ICommandObject
'Usage
 
Dim instance As ExecuteCommandEventArgs
Dim value As ICommandObject
 
value = instance.CommandObject
public ICommandObject CommandObject {get;}
public: __property ICommandObject* get_CommandObject();
public:
property ICommandObject^ CommandObject {
   ICommandObject^ 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

ExecuteCommandEventArgs Class
ExecuteCommandEventArgs Members

Send Feedback