WinForms

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

    Show / Hide Table of Contents

    Interface IOffice12Settings

    Office12 related properties.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IOffice12Settings

    Properties

    BorderStyle

    Declaration
    ToolStripBorderStyle BorderStyle { get; set; }
    Property Value
    Type Description
    ToolStripBorderStyle

    CaptionAlignment

    Declaration
    CaptionAlignment CaptionAlignment { get; set; }
    Property Value
    Type Description
    CaptionAlignment

    CaptionFont

    Declaration
    Font CaptionFont { get; set; }
    Property Value
    Type Description
    System.Drawing.Font

    CaptionMinHeight

    Declaration
    int CaptionMinHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    CaptionStyle

    Declaration
    CaptionStyle CaptionStyle { get; set; }
    Property Value
    Type Description
    CaptionStyle

    CaptionTextStyle

    Declaration
    CaptionTextStyle CaptionTextStyle { get; set; }
    Property Value
    Type Description
    CaptionTextStyle

    LauncherStyle

    Style of launcher.

    Declaration
    LauncherStyle LauncherStyle { get; set; }
    Property Value
    Type Description
    LauncherStyle

    Office2013ColorScheme

    Declaration
    Office2013ColorScheme Office2013ColorScheme { get; }
    Property Value
    Type Description
    Office2013ColorScheme

    Office2016ColorScheme

    Office2016 Color Scheme

    Declaration
    Office2016ColorScheme Office2016ColorScheme { get; }
    Property Value
    Type Description
    Office2016ColorScheme

    OfficeColorScheme

    Declaration
    ToolStripEx.ColorScheme OfficeColorScheme { get; set; }
    Property Value
    Type Description
    ToolStripEx.ColorScheme

    RibbonStyle

    Declaration
    RibbonStyle RibbonStyle { get; }
    Property Value
    Type Description
    RibbonStyle

    ShowCaption

    Declaration
    bool ShowCaption { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowLauncher

    Declaration
    bool ShowLauncher { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved