Gets or sets whether to close the RichLine.
.NET Syntax
Visual Basic (Declaration) | |
---|
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 |
Property Value
True to close the RichLine, false to leave it open
See Also
Availability
DraftSight V1R1.1