Class CaptionBarHeightMode
Defines the constants that specifies the mode of the caption bar height on maximized state.
Inheritance
System.Object
CaptionBarHeightMode
Namespace: Syncfusion.Windows.Forms.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class CaptionBarHeightMode : Enum
Fields
Default
Specifies that the caption bar height will be reduced when form is maximized.
Declaration
public const CaptionBarHeightMode Default
Field Value
| Type |
|---|
| CaptionBarHeightMode |
SameAlwaysOnMaximize
Specifies that the caption bar height will be retained same when form is maximized.
Declaration
public const CaptionBarHeightMode SameAlwaysOnMaximize
Field Value
| Type |
|---|
| CaptionBarHeightMode |