Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingStickerTemplateCollection Class / IndexOf Method


In This Topic
    IndexOf Method (NDockingStickerTemplateCollection)
    In This Topic
    Gets the zero-based index of the specified template in the collection.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal template As NDockingStickerTemplate _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDockingStickerTemplateCollection
    Dim template As NDockingStickerTemplate
    Dim value As System.Integer
     
    value = instance.IndexOf(template)
    public System.int IndexOf( 
       NDockingStickerTemplate template
    )

    Parameters

    template

    Return Value

    -1 if the template is not contained.
    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