Nevron .NET Vision
Nevron.Chart Namespace / NScrollBar Class / RightSliderButton Property


In This Topic
    RightSliderButton Property
    In This Topic
    Gets the right slider button
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    <System.ComponentModel.CategoryAttribute("Buttons")>
    <System.ComponentModel.DescriptionAttribute("The right slider button")>
    Public ReadOnly Property RightSliderButton As NScrollBarSliderButton
    'Usage
     
    
    Dim instance As NScrollBar
    Dim value As NScrollBarSliderButton
     
    value = instance.RightSliderButton
    [System.Xml.Serialization.XmlIgnore()]
    [System.ComponentModel.Category("Buttons")]
    [System.ComponentModel.Description("The right slider button")]
    public NScrollBarSliderButton RightSliderButton {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also