Enum CaptionButtonType
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum CaptionButtonType
Fields
| Name | Description |
|---|---|
| Close | Closing control. |
| Custom | User-defined button. |
| Maximize | Maximizing control. May be used alone or in pair with Restore button. |
| Menu | Showing popup menu. |
| Pin | Auto-hiding control. |
| Restore | Restoring control's previous size. May be used only in pair with Maximize button. |