Nevron .NET Vision
Nevron.Diagram Namespace / NToggleDecorator Class / ToggleState Method


In This Topic
    ToggleState Method (NToggleDecorator)
    In This Topic
    Toggles the state of the decorator
    Syntax
    'Declaration
     
    
    Public MustOverride Sub ToggleState() 
    'Usage
     
    
    Dim instance As NToggleDecorator
     
    instance.ToggleState()
    public abstract void ToggleState()
    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