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


In This Topic
    LeftSliderButton Property
    In This Topic
    Gets the left slider button
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    <System.ComponentModel.CategoryAttribute("Buttons")>
    <System.ComponentModel.DescriptionAttribute("The left slider button")>
    Public ReadOnly Property LeftSliderButton As NScrollBarSliderButton
    'Usage
     
    
    Dim instance As NScrollBar
    Dim value As NScrollBarSliderButton
     
    value = instance.LeftSliderButton
    [System.Xml.Serialization.XmlIgnore()]
    [System.ComponentModel.Category("Buttons")]
    [System.ComponentModel.Description("The left slider button")]
    public NScrollBarSliderButton LeftSliderButton {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