TdxBarApplicationMenuExtraPane Members
The Application Menu‘s right panel.Constructors
Name | Description |
---|---|
Create(TdxBarCustomApplicationMenu) | Initializes a new instance of the TdxBarApplicationMenuExtraPane class with specified settings. |
Properties
Name | Description |
---|---|
AllowPinItems | Specifies whether shortcuts can be pinned. |
Header | Specifies the shortcut list header. |
Items | Specifies a list of shortcuts. |
Size | Specifies the width of the Application Menu’s right panel. |
Visible | Specifies whether the pane is visible. |
WidthRatio | Specifies the ratio of the right panel’s width to the left panel’s width. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
ToString | Inherited from TObject. |
Events
Name | Description |
---|---|
OnGetItemDisplayText | Allows you to specify a shortcut’s display name. |
OnItemClick | Fires after an end-user has clicked the AIndex item. |
See Also