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


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