ICustomPropertyControl Interface Send Feedback
See Also  Members  
Allows access to a custom tab.

Syntax

Visual Basic 
Public Interface ICustomPropertyControl 
C# 
public interface ICustomPropertyControl 
JavaScript 
Object dsCustomPropertyControl
COM native C++ 
interface ICustomPropertyControl
C++ 
class dsCustomPropertyControl

Remarks

You can create your own ActiveX control or Windows form and assign it to a new tab, similar to the DraftSight Properties tab. To assign your form to the new tab, you must call ICustomPropertyControl::GetHWND to set a parent for your form to a handle.

Accessors

Object Model

See Also