'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.dtCC, 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.dtCC, System.Drawing.Design.UITypeEditor)] public System.int StickerTemplateIndex {get; set;}