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


In This Topic
    ShowResetButtonAtEnd Property
    In This Topic
    When set to true the scroll bar will be positioned at the end of the scrollbar
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property ShowResetButtonAtEnd As System.Boolean
    'Usage
     
    
    Dim instance As NScrollBar
    Dim value As System.Boolean
     
    instance.ShowResetButtonAtEnd = value
     
    value = instance.ShowResetButtonAtEnd
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(false)]
    public System.bool ShowResetButtonAtEnd {get; set;}
    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