SetParent Method (IColorPicker) Send Feedback
See Also 
HWND
Handle of the parent window of the DraftSight color-picker dialog
Sets the handle of the parent window of the DraftSight color-picker dialog.

Syntax

Visual Basic 
Sub SetParent( _
   ByVal HWND As System.Integer _
) 
C# 
void SetParent( 
   System.int HWND
)
JavaScript 
SetParent( 
   HWND : Number
)
COM native C++ 
HRESULT SetParent( 
   LONG HWND
) 
C++ 
DSRESULT SetParent( 
   long HWND
) 

Parameters

HWND
Handle of the parent window of the DraftSight color-picker dialog
 

See Also

Availability

DraftSight V1R6.0