Skip to main content

TdxBarApplicationMenu Members

The Office 2007 Ribbon Application Menu.

Constructors

Name Description
Create(TComponent) Initializes a new instance of the TdxBarCustomPopupComponent class with specified settings. Inherited from TdxBarCustomPopupComponent.

Properties

Name Description
BackgroundBitmap Specifies the popup menu’s background image. Inherited from TdxBarCustomPopupMenu.
BarManager Provides access to the bar manager to which the component belongs. Inherited from TdxBarComponent.
BarSize Determines the size of a bar located at the left side of a popup menu. Inherited from TdxBarCustomPopupMenu.
Buttons Specifies a collection of buttons displayed under the Application Menu’s panels. Inherited from TdxBarCustomApplicationMenu.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
DesignInfo Inherited from TComponent.
Enabled protected Specifies if the bar component is enabled. Inherited from TdxBarComponent.
ExtraPane Specifies the menu’s right panel. Inherited from TdxBarCustomApplicationMenu.
ExtraPaneHeader Specifies the shortcut list header. Inherited from TdxBarCustomApplicationMenu.
ExtraPaneItems Specifies a list of shortcuts. Inherited from TdxBarCustomApplicationMenu.
ExtraPaneSize Specifies the width of the Application Menu’s right panel. Inherited from TdxBarCustomApplicationMenu.
ExtraPaneWidthRatio Specifies the ratio of the right panel’s width to the left panel’s width. Inherited from TdxBarCustomApplicationMenu.
Font Specifies the popup menu’s font. Inherited from TdxBarCustomPopupMenuComponent.
Images protected Specifies an image list that contains images for standard size (16 by 16 pixels) bar item controls or enlarged standard size buttons, located in the popup component. Inherited from TdxBarCustomPopupComponent.
ItemLinks Specifies the item link collection. Inherited from TdxBarCustomPopupComponent.
ItemOptions Provides access to appearance settings of items in the popup menu. Inherited from TdxBarCustomPopupMenu.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Owner Inherited from TComponent.
PopupAlignment protected Specifies how the popup menu is horizontally aligned relative to its pop-up position. Inherited from TdxBarCustomPopupMenu.
SubMenuControl Provides access to the submenu control that visualizes the current popup menu. Inherited from TdxBarCustomPopupMenu.
Tag Inherited from TComponent.
UseOwnFont Specifies the font used to draw the popup menu. Inherited from TdxBarCustomPopupMenuComponent.
UseRecentItems Specifies whether the most frequently used items are to be shown in the currently processed popup menu. Inherited from TdxBarCustomPopupMenu.
VCLComObject Inherited from TComponent.
Visible Inherited from TdxBarCustomPopupMenu.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
IsShortCut(TShortCut) Inherited from TdxBarCustomPopupMenuComponent.
IsShortCutKey(TWMKey) Inherited from TdxBarCustomPopupMenuComponent.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
Popup(Integer,Integer) Displays the popup menu on screen. Inherited from TdxBarCustomPopupMenu.
PopupEx(Integer,Integer,Integer,Integer,Boolean,PRect,Boolean,TWinControl) Displays the popup menu on screen. Inherited from TdxBarCustomPopupMenu.
PopupFromCursorPos Displays the popup menu at the current mouse pointer position. Inherited from TdxBarCustomPopupMenuComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
ExtraPaneEvents Inherited from TdxBarCustomApplicationMenu.
OnCloseUp Occurs when a popup menu has been closed. Inherited from TdxBarCustomPopupMenu.
OnExtraPaneItemClick Fires after an end-user has clicked the AIndex item. Inherited from TdxBarCustomApplicationMenu.
OnPaintBar Occurs when drawing a bar at the left side of a popup menu. Inherited from TdxBarCustomPopupMenu.
OnPopup Enables you to respond to invoking the popup menu. Inherited from TdxBarCustomPopupMenu.
OnShow Enables you to perform specific actions before the popup menu appears on screen. Inherited from TdxBarCustomPopupMenu.
See Also