Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / IsCollapsed Method


In This Topic
    IsCollapsed Method (NShape)
    In This Topic
    Determines whether the shape is collapsed - either locally or because it resides in a collapsed aggregate model.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsCollapsed() As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim value As System.Boolean
     
    value = instance.IsCollapsed()
    public override System.bool IsCollapsed()
    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