Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INStyleComposite Interface / Contains Method / Contains(NStyle) Method
The style to check for.


In This Topic
    Contains(NStyle) Method
    In This Topic
    Check whether the specified style is registered with the composite.
    Syntax
    'Declaration
     
    
    Overloads Function Contains( _
       ByVal style As NStyle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INStyleComposite
    Dim style As NStyle
    Dim value As System.Boolean
     
    value = instance.Contains(style)
    System.bool Contains( 
       NStyle style
    )

    Parameters

    style
    The style to check for.
    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