BCGControlBar Library for .NET
CommandObject Property (CalcCommandObjectSizeEventArgs)




Specifies a command object to calculate a size.
Syntax
'Declaration
 
Public ReadOnly Property CommandObject As ICommandObject
'Usage
 
Dim instance As CalcCommandObjectSizeEventArgs
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

CalcCommandObjectSizeEventArgs Class
CalcCommandObjectSizeEventArgs Members

Send Feedback