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