ActionsPane.RightToLeft Property

Definition

Gets or sets a value indicating whether the actions pane's elements are aligned to support locales using right-to-left fonts.

public:
 property System::Windows::Forms::RightToLeft RightToLeft { System::Windows::Forms::RightToLeft get(); void set(System::Windows::Forms::RightToLeft value); };
[System.ComponentModel.Localizable(true)]
public System.Windows.Forms.RightToLeft RightToLeft { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.RightToLeft : System.Windows.Forms.RightToLeft with get, set
Public Property RightToLeft As RightToLeft

Property Value

A value that indicates whether the actions pane's elements are aligned to support locales using right-to-left fonts. The default is Inherit.

Attributes

Remarks

This property provides the same functionality as the Control.RightToLeft property. For more information about using this property, see Control.RightToLeft.

Applies to