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

Bit aray for predefined buttons

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

Syntax

C#
[FlagsAttribute]
public enum Buttons
Visual Basic
<FlagsAttribute> _
Public Enumeration Buttons
Visual C++
[FlagsAttribute]
public enum class Buttons
F#
[<FlagsAttribute>]
type Buttons
JScript
public enum Buttons

Members

Member nameValueDescription
OK1OK button
Cancel2Cancel button
Yes4Yes button
No8No button
Abort16Abort button
Retry32Retry button
Ignore64Ignore button
Help128Help button
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also