TaskDialogPage.RightToLeftLayout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether text and controls are displayed reading right to left.
public:
property bool RightToLeftLayout { bool get(); void set(bool value); };
public bool RightToLeftLayout { get; set; }
member this.RightToLeftLayout : bool with get, set
Public Property RightToLeftLayout As Boolean
Property Value
true
to display text and controls reading right to left; false
to display controls reading left to right. The default value is false
.
Exceptions
The property is set and this page instance is currently bound to a task dialog.
Remarks
Note that once a task dialog has been opened with or has navigated to a TaskDialogPage where this flag is set, it will keep on subsequent navigations to a new TaskDialogPage even when it doesn't have this flag set.
Applies to
.NET