GetSize Method (ICustomPropertyControl) Send Feedback
See Also 
Width[out]
Width of custom tab
Height[out]
Height of custom tab
Gets the size of the custom tab.

Syntax

Visual Basic 
Sub GetSize( _
   ByRef Width As System.Integer, _
   ByRef Height As System.Integer _
) 
C# 
void GetSize( 
   out System.int Width,
   out System.int Height
)
JavaScript 
GetSize(
) : {
   Width : Number,
   Height : Number
}
COM native C++ 
HRESULT GetSize( 
   LONG* Width,
   LONG* Height
) 
C++ 
DSRESULT GetSize( 
   long* Width,
   long* Height
) 

Parameters

Width[out]
Width of custom tab
Height[out] or Return Value
Height of custom tab
 

See Also

Availability

DraftSight V1R1.3