[This is preliminary documentation and is subject to change.]
Converts MessageBox..::..MessageBoxOptions to FlowDirection
Namespace: Tools.WindowsT.WPF.DialogsTAssembly: 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 |