Gets or sets whether to hide or show this body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DisableDisplay As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim value As System.Boolean
instance.DisableDisplay = value
value = instance.DisableDisplay |
C# | |
---|
System.bool DisableDisplay {get; set;} |
C++/CLI | |
---|
property System.bool DisableDisplay {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to hide the body; false to show the body
NOTE: If true, then the body is hidden but remains selectable.
See Also