alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DocumentWindowSettings

    Provides values for customize the appearance of document windows in DockingManager

    Inheritance
    System.Object
    DocumentWindowSettings
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DocumentWindowSettings : Object

    Properties

    ActiveTabBackColor

    Gets or sets the header background color of active tab items in document window.

    Declaration
    public Color ActiveTabBackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    ActiveTabFont

    Gets or sets the font to draw the header of active tab items in document window.

    Declaration
    public Font ActiveTabFont { get; set; }
    Property Value
    Type
    System.Drawing.Font

    ActiveTabForeColor

    Gets or sets the header foreground color of active tab items in document window.

    Declaration
    public Color ActiveTabForeColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    AllowDragging

    Gets or sets a value indicating whether the document tab can be floated by dragging the document header or not.

    Declaration
    public bool AllowDragging { get; set; }
    Property Value
    Type
    System.Boolean

    EnableTabGroup

    Gets or sets a value indicating whether the tabbed documents allows to create groups or not.

    Declaration
    public bool EnableTabGroup { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    Tab groups can be created through context menu options in tab items. Context menu appears when right clicking the tab items or drag-and-drop the header on content area of document container.

    ShowCloseButton

    Gets or sets a value indicating whether to display common close button to close the selected tab in document window or not.

    Declaration
    public bool ShowCloseButton { get; set; }
    Property Value
    Type
    System.Boolean

    ShowTabList

    Gets or sets a value indicating whether to show all available document tabs in a drop-down list for quick navigation or not.

    Declaration
    public bool ShowTabList { get; set; }
    Property Value
    Type
    System.Boolean

    TabBackColor

    Gets or sets the header background color of inactive tab items in document window.

    Declaration
    public Color TabBackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabFont

    Gets or sets the font to draw the header of inactive tab items in document window.

    Declaration
    public Font TabFont { get; set; }
    Property Value
    Type
    System.Drawing.Font

    TabForeColor

    Gets or sets the header foreground color of inactive tab items in document window.

    Declaration
    public Color TabForeColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabHeight

    Gets or sets the metric that defines the header height of tab items in document window.

    Declaration
    public int TabHeight { get; set; }
    Property Value
    Type
    System.Int32
    Remarks

    Maximum Document tab height is 60.

    TabPanelBackColor

    Gets or sets the background color of tab panel in document window.

    Declaration
    public Color TabPanelBackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TabPanelBorderColor

    Gets or sets the border color of tab panel in document window.

    Declaration
    public Color TabPanelBorderColor { get; set; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved