CreateCustomPropertyControl Method (IApplication) Send Feedback
See Also 
CustomPropertyControl[out]
Custom tab
ControlName
Name of the application-defined tab
Obsolete. Superseded by IApplication::CreateCustomPropertyControl2.

Syntax

Visual Basic 
Function CreateCustomPropertyControl( _
   ByVal ControlName As System.String _
) As CustomPropertyControl
C# 
CustomPropertyControl CreateCustomPropertyControl( 
   System.string ControlName
)
JavaScript 
CreateCustomPropertyControl( 
   ControlName : String
) : dsCustomPropertyControl
COM native C++ 
HRESULT CreateCustomPropertyControl( 
   BSTR ControlName,
   ICustomPropertyControl** CustomPropertyControl
) 
C++ 
DSRESULT CreateCustomPropertyControl( 
   const dsString& ControlName,
   dsCustomPropertyControl** CustomPropertyControl
) 

Parameters

ControlName
Name of the application-defined tab
CustomPropertyControl[out] or Return Value
Custom tab

Remarks

The application-defined tab docks on the right side of the window.
 

See Also

Availability

DraftSight V1R1.3