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