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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static MessageBox..::..MessageBoxIcons ConvertIconConstant(
	MsgBoxStyle code
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Shared Function ConvertIconConstant ( _
	code As MsgBoxStyle _
) As MessageBox..::..MessageBoxIcons
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
static MessageBox..::..MessageBoxIcons ConvertIconConstant(
	MsgBoxStyle code
)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member ConvertIconConstant : 
        code:MsgBoxStyle -> MessageBox..::..MessageBoxIcons 
JScript
public static function ConvertIconConstant(
	code : MsgBoxStyle
) : MessageBox..::..MessageBoxIcons

Return Value

Appropriate MessageBox..::..MessageBoxIcons value. If code is not member of MessageBoxIcon returns None

Remarks

Only bits masked with 0x70 mask are considered for conversion

See Also