Version

ApplicationMenu Class Members

The following tables list the members exposed by ApplicationMenu.

Protected Constructors
 NameDescription
Protected ConstructorApplicationMenu ConstructorConstructor used for deserialization.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyApplicationMenuButtonAccessibilityObjectThe accessible object for the Ribbon Caption area  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFooterToolbarReturns the toolbar which displays tools in the footer of the application menu dropdown.  
Public PropertyHasFooterToolbarIndicates whether the ApplicationMenuFooterToolbar object for the FooterToolbar property has been created.  
Public PropertyHasToolAreaLeftIndicates whether the ApplicationMenuArea object for the ToolAreaLeft property has been created.  
Public PropertyHasToolAreaRightIndicates whether the ApplicationMenuArea object for the ToolAreaRight property has been created.  
Public PropertyIsOpenReturns whether the ApplicationMenu is currently open (i.e. dropped down). (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Public PropertyKeyTipReturns or sets a string with a maximum of 3 characters that represents the mnemonic that is displayed when using keytips. (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Public PropertyNotificationBadgeSettingsThe NotificationBadgeSettings for the whole ApplicationMenu (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Public PropertyRibbonReturns the owning ApplicationMenuBase.Ribbon (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolAreaLeftReturns an object that contains information about tools displayed on the left hand side of the application menu dropdown.  
Public PropertyToolAreaRightReturns an object that contains information about tools displayed on the right hand side of the application menu dropdown.  
Public PropertyToolTipTextReturns or sets the tooltip that is displayed when the UltraToolbarsManager.ToolTipDisplayStyle is set to Standard. (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Public PropertyToolTipTextFormattedReturns or sets a string containing the formatted text that should be displayed in the body of the tooltip when the UltraToolbarsManager.ToolTipDisplayStyle is set to Formatted. (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Public PropertyToolTipTitleReturns or sets the title for the ribbon menu's tooltip. (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCloseUpHides the file menu (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodDropDownShows the file menu. (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
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 MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetOverridden. Resets the object to its default values.  
Public MethodResetFooterToolbarResets the FooterToolbar collection.  
Public MethodResetNotificationBadgeSettingsResets the NotificationBadgeSettings to their default value (null) (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Public MethodResetToolAreaLeftResets the ToolAreaLeft collection.  
Public MethodResetToolAreaRightResets the ToolAreaRight collection.  
Public MethodShouldSerializeOverridden. Determines whether any properties of the object differ from their default values.  
Public MethodShouldSerializeFooterToolbarDetermines whether the FooterToolbar property is set to its default value.  
Public MethodShouldSerializeNotificationBadgeSettingsDetermines if the NotificationBadgeSettings should be serialized (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeToolAreaLeftDetermines whether the ToolAreaLeft property is set to its default value.  
Public MethodShouldSerializeToolAreaRightDetermines whether the ToolAreaRight property is set to its default value.  
Public MethodToStringReturns an empty string so nothing shows up on the right side of the property grid.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodGetObjectDataOverridden. Populates the specified System.Runtime.Serialization.SerializationInfo with the data from the object.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodIsToolActiveIndicates if the provided tool is active. (Inherited from Infragistics.Win.UltraWinToolbars.ApplicationMenuBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Invoked when the object is disposed.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub object.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also