Version

UltraMenuItem Class Properties

For a list of all members of this type, see UltraMenuItem members.

Public Properties
 NameDescription
Public PropertyAppearanceGets/sets the default appearance for the Button.  
Public PropertyBarBreakGets or sets a value indicating whether the System.Windows.Forms.MenuItem is placed on a new line (for a menu item added to a System.Windows.Forms.MainMenu object) or in a new column (for a submenu item or menu item displayed in a System.Windows.Forms.ContextMenu). (Inherited from System.Windows.Forms.MenuItem)
Public PropertyBreakGets or sets a value indicating whether the item is placed on a new line (for a menu item added to a System.Windows.Forms.MainMenu object) or in a new column (for a menu item or submenu item displayed in a System.Windows.Forms.ContextMenu). (Inherited from System.Windows.Forms.MenuItem)
Public PropertyCheckedGets or sets a value indicating whether a check mark appears next to the text of the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyCheckedAppearanceGets/sets the appearance for the menu item when it is checked.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDefaultItemGets or sets a value indicating whether the menu item is the default menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyEnabledGets or sets a value indicating whether the menu item is enabled. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyHandleGets a value representing the window handle for the menu. (Inherited from System.Windows.Forms.Menu)
Public PropertyHasAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasCheckedAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasSelectedAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyIndexGets or sets a value indicating the position of the menu item in its parent menu. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyIsParentGets a value indicating whether the menu item contains child menu items. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyMdiListGets or sets a value indicating whether the menu item will be populated with a list of the Multiple Document Interface (MDI) child windows that are displayed within the associated form. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyMdiListItemGets a value indicating the System.Windows.Forms.MenuItem that is used to display a list of multiple document interface (MDI) child forms. (Inherited from System.Windows.Forms.Menu)
Public PropertyMenuItemsReturns the collection of menu items.  
Public PropertyMergeOrderGets or sets a value indicating the relative position of the menu item when it is merged with another. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyMergeTypeGets or sets a value indicating the behavior of this menu item when its menu is merged with another. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyMnemonicGets a value indicating the mnemonic character that is associated with this menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyNameGets or sets the name of the System.Windows.Forms.Menu. (Inherited from System.Windows.Forms.Menu)
Public PropertyOwnerDrawGets or sets a value indicating whether the code that you provide draws the menu item or Windows draws the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyParentGets a value indicating the menu that contains this menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyRadioCheckGets or sets a value indicating whether the System.Windows.Forms.MenuItem, if checked, displays a radio-button instead of a check mark. (Inherited from System.Windows.Forms.MenuItem)
Public PropertySelectedAppearanceGets/sets the appearance for the menu item when it is selected.  
Public PropertyShortcutGets or sets a value indicating the shortcut key associated with the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyShowShortcutGets or sets a value indicating whether the shortcut key that is associated with the menu item is displayed next to the menu item caption. (Inherited from System.Windows.Forms.MenuItem)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTagGets or sets user-defined data associated with the control. (Inherited from System.Windows.Forms.Menu)
Public PropertyTextGets or sets a value indicating the caption of the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyVisibleGets or sets a value indicating whether the menu item is visible. (Inherited from System.Windows.Forms.MenuItem)
Protected Properties
 NameDescription
Protected PropertyAppearancesReturns the Appearances collection used for linked appearances  
Protected PropertyArrowAreaWidthReturns the width needed for the sub items arrow.  
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyDrawMenuItemIndicates if the menu item will be rendered by the UltraMenuItem.  
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertyIsRightToLeftIndicates if the menu is oriented from right to left.  
Protected PropertyIsSeparatorIndicates if the menu item is a separator  
Protected PropertyMenuIDGets a value indicating the Windows identifier for this menu item. (Inherited from System.Windows.Forms.MenuItem)
Protected PropertyPreTextSpaceReturns the amount of space before the text.  
Protected PropertyRequiresArrowAreaIndicates if the menu item will display an arrow indicating it contains sub items  
Protected PropertySeparatorSizeReturns the height required for the separator tool  
Protected PropertyShortcutStringReturns the string to render for the shortcut associated with the menu item  
Protected PropertyShowShortcutResolvedReturns a value indicating whether a shortcut should be displayed  
Protected PropertyStyleReturns the style of the menu item being rendered  
Protected PropertySubObjectPropChangeHandlerEvent handler for the SubObjectPropChange event of Infragistics.Shared.SubObjectBase derived objects  
See Also