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