Closed Property (IRichLine) Send Feedback
See Also 
Gets or sets whether to close the RichLine.

Syntax

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

Property Value

True to close the RichLine, false to leave it open

See Also

Availability

DraftSight V1R1.1