Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GradientStopList Class / Contains Method
The GradientStop object to locate.


In This Topic
    Contains Method (GradientStopList)
    In This Topic
    Retrieves a boolean value indicating whether a specific gradientStop object exists in the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal gradientStop As GradientStop _
    ) As Boolean
    'Usage
     
    Dim instance As GradientStopList
    Dim gradientStop As GradientStop
    Dim value As Boolean
     
    value = instance.Contains(gradientStop)
    public bool Contains( 
       GradientStop gradientStop
    )

    Parameters

    gradientStop
    The GradientStop object to locate.

    Return Value

    true if the GradientStop exists in the list; 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