Gets or sets the visibility of the BlockAttribute value in Block references.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Hidden As System.Boolean |
C# | |
---|
System.bool Hidden {get; set;} |
JavaScript | |
---|
Hidden : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Hidden(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool Hidden { bool* Val
)
DSRESULTput_Hidden(
bool NewVal
} |
Property Value
True to hide the BlockAttribute value in Block references, false to show the BlockAttribute value in Block references