Nevron .NET Vision
Nevron.Diagram Namespace / NStyle Class / ContainsEmptyStyle Method


In This Topic
    ContainsEmptyStyle Method
    In This Topic
    Determines whether at least one of the contained styles is null
    Syntax
    'Declaration
     
    
    Public Overridable Function ContainsEmptyStyle() As System.Boolean
    'Usage
     
    
    Dim instance As NStyle
    Dim value As System.Boolean
     
    value = instance.ContainsEmptyStyle()
    public virtual System.bool ContainsEmptyStyle()

    Return Value

    true if at least one of the contained styles is null, otherwise false
    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