Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingHintStyle Class / StickerTemplateIndex Property


In This Topic
    StickerTemplateIndex Property
    In This Topic
    Gets or sets the index of the docking sticker template to be used when generating hints.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets or sets the index of the docking sticker template to be used when generating hints.")>
    <System.ComponentModel.EditorAttribute(Nevron.Internal.ftCC, System.Drawing.Design.UITypeEditor)>
    Public Property StickerTemplateIndex As System.Integer
    'Usage
     
    
    Dim instance As NDockingHintStyle
    Dim value As System.Integer
     
    instance.StickerTemplateIndex = value
     
    value = instance.StickerTemplateIndex
    [System.ComponentModel.Description("Gets or sets the index of the docking sticker template to be used when generating hints.")]
    [System.ComponentModel.Editor(Nevron.Internal.ftCC, System.Drawing.Design.UITypeEditor)]
    public System.int StickerTemplateIndex {get; set;}
    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