WinForms

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

    Show / Hide Table of Contents

    Class RibbonSystemText

    RibbonSystemText class

    Inheritance
    System.Object
    RibbonSystemText
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RibbonSystemText

    Constructors

    RibbonSystemText(Control)

    Constructor of the RibbonSystemText

    Declaration
    public RibbonSystemText(Control ctrl)
    Parameters
    Type Name Description
    System.Windows.Forms.Control ctrl

    The control instance.

    Properties

    ColumnHeaderText

    Gets or sets text of ColumnHeader in ListBox of CustomizedRibbon dialog.

    Declaration
    public string ColumnHeaderText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizationLabelText

    Gets or sets text of 'Customizations' label in Customize Ribbon dialog.

    Declaration
    public string CustomizationLabelText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogAddText

    Gets or sets text of 'Add' button in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogAddText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogCancelText

    Gets or sets text of 'Cancel' button in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogCancelText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogCaption

    Gets or sets text of Customize Ribbon Form caption.

    Declaration
    public string CustomizeRibbonDialogCaption { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogChooseCommandsText

    Gets or sets text of 'Choose Commands From' label in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogChooseCommandsText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogLabelText

    Gets or sets text of 'Customize Ribbon' label in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogLabelText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogMainTabText

    Gets or sets text of 'Main Tab' label in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogMainTabText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogNewGroupText

    Gets or sets text of 'NewGroup' button in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogNewGroupText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogNewTabText

    Gets or sets text of 'NewTab' button in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogNewTabText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogOKText

    Gets or sets text of 'Ok' button in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogOKText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogRemoveText

    Gets or sets text of 'Remove' button in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogRemoveText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogRenameText

    Gets or sets text of 'Rename' button in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogRenameText { get; set; }
    Property Value
    Type Description
    System.String

    CustomizeRibbonDialogResetText

    Gets or sets text of 'Reset' button in Customize Ribbon dialog.

    Declaration
    public string CustomizeRibbonDialogResetText { get; set; }
    Property Value
    Type Description
    System.String

    MoreCommandsText

    Declaration
    public string MoreCommandsText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessAddItemText

    Gets or sets text of menu command to add new item to Quick access bar

    Declaration
    public string QuickAccessAddItemText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessCustomizeCaptionText

    Gets or sets title of Quick access customize dialog

    Declaration
    public string QuickAccessCustomizeCaptionText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessCustomizeMenuText

    Gets or sets text of menu command to customize Quick access bar.

    Declaration
    public string QuickAccessCustomizeMenuText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessCustomizeRibbonText

    Gets or sets text of CustomizeRibbon in QAT drop down.

    Declaration
    public string QuickAccessCustomizeRibbonText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessDialogAddText

    Gets or sets text of 'Add' button in Quick access customize dialog.

    Declaration
    public string QuickAccessDialogAddText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessDialogCancelText

    Gets or sets text of 'Cancel' button in Quick access customize dialog.

    Declaration
    public string QuickAccessDialogCancelText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessDialogCommandsText

    Gets or sets label of command selector in Quick access customize dialog

    Declaration
    public string QuickAccessDialogCommandsText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessDialogDropDownName

    Gets or sets the name of drop down in Quick access customize dialog.

    Declaration
    public string QuickAccessDialogDropDownName { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessDialogOkText

    Gets or sets text of 'OK' button in Quick access customize dialog.

    Declaration
    public string QuickAccessDialogOkText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessDialogRemoveText

    Gets or sets text of 'Remove' button in Quick access customize dialog.

    Declaration
    public string QuickAccessDialogRemoveText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessDialogResetText

    Gets or sets text of 'Reset' button in Quick access customize dialog.

    Declaration
    public string QuickAccessDialogResetText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessMinimizeRibbon

    Gets or sets text of menu command to minimize Ribbon.

    Declaration
    public string QuickAccessMinimizeRibbon { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessMoreCommands

    Declaration
    public string QuickAccessMoreCommands { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessPlaceAboveText

    Gets or sets text of menu command to place Quick access bar above Ribbon.

    Declaration
    public string QuickAccessPlaceAboveText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessPlaceBelowText

    Gets or sets text of menu command to place Quick access bar below Ribbon.

    Declaration
    public string QuickAccessPlaceBelowText { get; set; }
    Property Value
    Type Description
    System.String

    QuickAccessRemoveItemText

    Gets or sets text of menu command to remove item from Quick access bar

    Declaration
    public string QuickAccessRemoveItemText { get; set; }
    Property Value
    Type Description
    System.String

    RenameCancelButtonText

    Gets or sets text of 'Cancel' button text in Rename dialog.

    Declaration
    public string RenameCancelButtonText { get; set; }
    Property Value
    Type Description
    System.String

    RenameDisplayLabelText

    Gets or sets text of 'Display' label text in Rename dialog.

    Declaration
    public string RenameDisplayLabelText { get; set; }
    Property Value
    Type Description
    System.String

    RenameFormText

    Gets or sets text of Rename Form caption text in Customize Ribbon dialog.

    Declaration
    public string RenameFormText { get; set; }
    Property Value
    Type Description
    System.String

    RenameOkButtonText

    Gets or sets text of 'OK' button text in Rename dialog.

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