Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinScrollBar Class / RightToLeft Property


    RightToLeft Property
    Gets or sets a value indicating if the text displayed by the scrollbar is displayed from right to left.
    Syntax
    'Declaration
     
    Public Overrides Property RightToLeft As RightToLeft
     
    'Usage
     
    Dim instance As WinScrollBar
    Dim value As RightToLeft
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft

    Property Value

    A RightToLeft value indicating if the text displayed by the scrollbar is displayed from right to left.
    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