Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingStickerTemplateCollection Class / Add Method
The template to add.


In This Topic
    Add Method (NDockingStickerTemplateCollection)
    In This Topic
    Adds a new template to the collection.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal template As NDockingStickerTemplate _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDockingStickerTemplateCollection
    Dim template As NDockingStickerTemplate
    Dim value As System.Integer
     
    value = instance.Add(template)
    public System.int Add( 
       NDockingStickerTemplate template
    )

    Parameters

    template
    The template to add.

    Return Value

    The index at which the template was inserted. -1 if an error occured.
    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