| 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
The application-defined tab docks on the right side of the window.
DraftSight V1R1.3
Syntax