BCGControlBar Library for .NET
CalcCommandObjectSizeEventArgs Constructor(ICommandObject,Size)




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

Parameters

object
An ICommandObject object to calculate the size.
defaultSize
A size to set for the ICommandObject object.
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