Nevron .NET Vision
Nevron.Diagram Namespace / NShowHideSubtreeDecorator Class / GetState Method


In This Topic
    GetState Method (NShowHideSubtreeDecorator)
    In This Topic
    Overriden to return true if at least one destination shape is hidden
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetState() As System.Boolean
    'Usage
     
    
    Dim instance As NShowHideSubtreeDecorator
    Dim value As System.Boolean
     
    value = instance.GetState()
    protected override System.bool GetState()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also