Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NStyleComposite Class / Contains Method / Contains(NStyle) Method


In This Topic
    Contains(NStyle) Method
    In This Topic
    Checks whether the specified style is contained.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function Contains( _
       ByVal style As NStyle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NStyleComposite
    Dim style As NStyle
    Dim value As System.Boolean
     
    value = instance.Contains(style)
    public virtual System.bool Contains( 
       NStyle style
    )

    Parameters

    style
    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