INodeWithVisibility.ShouldShow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether a node should be shown.
public:
property bool ShouldShow { bool get(); };
public bool ShouldShow { get; }
member this.ShouldShow : bool
Public ReadOnly Property ShouldShow As Boolean
Property Value
true
if shown; otherwise, false
.