alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved