BCGControlBar Library for .NET
CalcCommandObjectSizeEventArgs Constructor(ICommandObject)




An ICommandObject object to calculate the size.
Initializes a  new instance of the CalcCommandObjectSizeEventArgs for specified ICommandObject.
Syntax
'Declaration
 
Public Function New( _
   ByVal object As ICommandObject _
)
'Usage
 
Dim object As ICommandObject
 
Dim instance As New CalcCommandObjectSizeEventArgs(object)
public CalcCommandObjectSizeEventArgs( 
   ICommandObject object
)
public: CalcCommandObjectSizeEventArgs( 
   ICommandObject* object
)
public:
CalcCommandObjectSizeEventArgs( 
   ICommandObject^ object
)

Parameters

object
An ICommandObject object to calculate the size.
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
Overload List

Send Feedback