Version

UltraContextMenuManager Class Members

The following tables list the members exposed by UltraContextMenuManager.

Public Constructors
 NameDescription
Public ConstructorUltraContextMenuManager ConstructorInitializes a new UltraContextMenuManager  
Public Properties
 NameDescription
Public PropertyAppearanceGets/sets the default appearance for the context menu.  
Public PropertyAppearancesReturns the a collection of user created Appearance objects.  
Public PropertyBackgroundAppearanceGets/sets the appearance for the background area of the context menu.  
Public PropertyBorderStyleGets/sets the border style around the context menu.  
Public PropertyBorderStyleResolvedReturns the resolved border style around the context menu.  
Public PropertyCheckedAppearanceGets/sets the appearance for the menu item when it is checked.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDefaultItemAppearanceGets/sets the appearance for the default menu item.  
Public PropertyHasAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasBackgroundAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasCheckedAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasDefaultItemAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasItemAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasSelectedAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHighlightDisableItemsGets/sets whether disabled items will be appear highlight when the mouse moves over them.  
Public PropertyHighlightDisableItemsResolvedReturns the resolved value indicating whether disabled items are highlighted as the mouse moves over them.  
Public PropertyImageSizeGets/sets the size of the image  
Public PropertyItemAppearanceGets/sets the default appearance for the menu items.  
Public PropertyMenuItemsReturns the collection of menu items.  
Public PropertyPaddingBottomGets/sets the amount of padding between the borders of the context menu and the menu items on the bottom side of the menu.  
Public PropertyPaddingLeftGets/sets the amount of padding between the borders of the context menu and the menu items on the left side of the menu.  
Public PropertyPaddingRightGets/sets the amount of padding between the borders of the context menu and the menu items on the right side of the menu.  
Public PropertyPaddingTopGets/sets the amount of padding between the borders of the context menu and the menu items on the top side of the menu.  
Public PropertySelectedAppearanceGets/sets the appearance for the menu item when it is selected.  
Public PropertyShowShortcutsGets/sets whether shortcuts are displayed in the context menu.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyStyleGets/sets the style of menu to render.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertySubObjectPropChangeHandlerEvent handler for the SubObjectPropChange event of Infragistics.Shared.SubObjectBase derived objects  
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Invoked when the context menu is being disposed  
Public Methodstatic (Shared in Visual Basic)DrawBordersDraws the borders around a rectangle. This method uses cached pens to optimize drawing borders of the same type/color.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetAppearancesClears the Appearances collection  
Public MethodResetBackgroundAppearanceResets the BackgroundAppearance property to its default value.  
Public MethodResetCheckedAppearanceResets the CheckedAppearance property to its default value.  
Public MethodResetDefaultItemAppearanceResets the DefaultItemAppearance property to its default value.  
Public MethodResetImageSizeResets the value of the ImageSize property to its default value  
Public MethodResetItemAppearanceResets the ItemAppearance property to its default value.  
Public MethodResetSelectedAppearanceResets the SelectedAppearance property to its default value.  
Public MethodResolveAppearanceResolves the appearance for the context menu  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeInvoked when a property changes on the context menu.  
Protected MethodOnSubObjectPropChangeInvoked when a property on a subobject has changed.  
Protected MethodShouldSerializeAppearancesDetermines if the Appearances collection needs to be serialized.  
Protected MethodShouldSerializeImageSizeIndicates if the ImageSize property needs to be serialized  
Protected MethodShouldSerializeMenuItemsIndicates if the MenuItems collection should be serialized.  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
See Also