Visible Property (ICustomPropertyControl) Send Feedback
See Also 
Gets whether the custom tab is visible.

Syntax

Visual Basic 
Property Visible As System.Boolean
C# 
System.bool Visible {get; set;}
JavaScript 
get_Visible () : Boolean
put_Visible (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_Visible(
   VARIANT_BOOL* Val
) 
HRESULT put_Visible( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_Visible (
   bool* Val
)
DSRESULT put_Visible(
   bool NewVal
)

Property Value

True if custom tab is visible, false if not

See Also

Availability

DraftSight V1R1.3