Version

UltraContextMenuManager Class Methods

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

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.  
See Also