Hidden Property (DataMember)
Gets a value indicating the current hidden state of this member. The value can change via toggling.
public abstract bool Hidden {get;}
'Declaration
Public MustOverride ReadOnly Property Hidden As Boolean
Property Value
true
if this member is hidden; otherwise,
false
.