Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / RightToLeft Property


In This Topic
    RightToLeft Property (GcTextBox)
    In This Topic
    Gets or sets a value that indicates whether the control's elements are aligned to support locales using right-to-left fonts.
    Syntax
    'Declaration
     
    
    Public Overridable Property RightToLeft As RightToLeft
    'Usage
     
    
    Dim instance As GcTextBox
    Dim value As RightToLeft
     
    instance.RightToLeft = value
     
    value = instance.RightToLeft
    public virtual RightToLeft RightToLeft {get; set;}

    Property Value

    One of the System.Windows.Forms.RightToLeft values.
    The default is System.Windows.Forms.RightToLeft.Inherit.
    Remarks
    This property is not relevant for this class.
    See Also