[This is preliminary documentation and is subject to change.]

Namespace: Tools.WindowsT.WPF.DialogsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected static FlowDirection OptionsToFlowDirection(
	MessageBox..::..MessageBoxOptions Options
)
Visual Basic
Protected Shared Function OptionsToFlowDirection ( _
	Options As MessageBox..::..MessageBoxOptions _
) As FlowDirection
Visual C++
protected:
static FlowDirection OptionsToFlowDirection(
	MessageBox..::..MessageBoxOptions Options
)
F#
static member OptionsToFlowDirection : 
        Options:MessageBox..::..MessageBoxOptions -> FlowDirection 
JScript
protected static function OptionsToFlowDirection(
	Options : MessageBox..::..MessageBoxOptions
) : FlowDirection

Return Value

RightToLeft when Options has Rtl bit set; LeftToRight otherwise.

See Also