Class CaptionButtonType
Inheritance
System.Object
CaptionButtonType
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class CaptionButtonType : Enum
Fields
Close
Closing control.
Declaration
public const CaptionButtonType Close
Field Value
| Type |
|---|
| CaptionButtonType |
Custom
User-defined button.
Declaration
public const CaptionButtonType Custom
Field Value
| Type |
|---|
| CaptionButtonType |
Maximize
Maximizing control. May be used alone or in pair with Restore button.
Declaration
public const CaptionButtonType Maximize
Field Value
| Type |
|---|
| CaptionButtonType |
Menu
Showing popup menu.
Declaration
public const CaptionButtonType Menu
Field Value
| Type |
|---|
| CaptionButtonType |
Pin
Auto-hiding control.
Declaration
public const CaptionButtonType Pin
Field Value
| Type |
|---|
| CaptionButtonType |
Restore
Restoring control's previous size. May be used only in pair with Maximize button.
Declaration
public const CaptionButtonType Restore
Field Value
| Type |
|---|
| CaptionButtonType |