Specifies the type of caption button to display.
| C# | Visual Basic |
[FlagsAttribute] public enum CaptionButton
<FlagsAttribute> _ Public Enumeration CaptionButton
| Member | Description |
|---|---|
| Close |
A Close button.
|
| Minimize |
A Minimize button.
|
| Maximize |
A Maximize button.
|
| Restore |
A Restore button.
|
| Help |
A Help button.
|
| Ok |
An Ok button.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
Equivalent to System.Windows.Forms.CaptionButton