'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.CategoryAttribute("Buttons")> <System.ComponentModel.DescriptionAttribute("The thumb button")> Public ReadOnly Property ThumbButton As NScrollBarThumbButton
'Usage
Dim instance As NScrollBar Dim value As NScrollBarThumbButton value = instance.ThumbButton
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Category("Buttons")] [System.ComponentModel.Description("The thumb button")] public NScrollBarThumbButton ThumbButton {get;}