ComponentOne Menus and Toolbars for WinForms
UIStringsEnum Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : UIStringsEnum Enumeration
Enumerates customizable user interface strings. Elements of this enumeration can be used to index strings in the UIStrings array.
Syntax
'Declaration
 
Public Enum UIStringsEnum 
   Inherits System.Enum
public enum UIStringsEnum : System.Enum 
Members
MemberDescription
CustomizeAddRemoveItemsText of the "Add or Remove Buttons" command.
CustomizeCustomizeText of the "Customize..." command.
CustomizeDeleteToolbarFmt'Allows to translate/customize the "confirm toolbar delete" question in the customizer.
CustomizeDuplicateToolbarNameAllows to translate/customize the "duplicate toolbar" message in the customizer.
CustomizeRenameToolbarDlgText of the Rename toolbar dialog command.
CustomizeResetText of the "Reset" command.
CustomizeStatusDoneAllows to translate/customize the status strings in the customizer.
CustomizeStatusResettingAllows to translate/customize the status strings in the customizer.
CustomizeStatusRestoringAllows to translate/customize the status strings in the customizer.
CustomizeStatusSavingAllows to translate/customize the status strings in the customizer.
CustomizeToolbarOptionsText of the "Toolbar Options" command.
DockingTabCloseTooltipTooltip for the close C1DockingTab button.
DockingTabListTooltipTooltip for the tab list C1DockngTab button.
DockingTabPinTooltipTooltip for the auto hide C1DockingTab button.
DockingTabScrollNextTooltipTooltip for the scroll right C1DockingTab button.
DockingTabScrollPrevTooltipTooltip for the scroll left C1DockingTab button.
MoreText of the "More..." command.
MoreMdiChildrenText of the "More Windows" menu item created by C1CommandMdiList.
NavBarAddRemoveMenuTextAdd/remove item in the NavBar menu.
NavBarCollapsedBarTextCollapsed bar text in the NavBar.
NavBarCustomizeButtonsToolTipTextCustomize item in the NavBar menu.
NavBarHideButtonsMenuTextHide item in the NavBar menu.
NavBarOptionsMenuCancelButtonTextCancel button text in the NavBar options menu.
NavBarOptionsMenuLabelTextLabel text in the NavBar options menu.
NavBarOptionsMenuMoveDownButtonTextMoveDown button text in the NavBar options menu.
NavBarOptionsMenuMoveUpButtonTextMoveUp button text in the NavBar options menu.
NavBarOptionsMenuOkButtonTextOk button text in the NavBar options menu.
NavBarOptionsMenuResetButtonTextReset button text in the NavBar options menu.
NavBarOptionsMenuTextOptions item in the NavBar menu.
NavBarShowButtonsMenuTextShow item in the NavBar menu.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.UIStringsEnum

See Also

Reference

C1.Win.C1Command Namespace