[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value for the PopupMenu property.
Source position: comctrls.pp line 746
protected function TNoteBookStringsTabControl.GetPopupMenu: TPopupMenu; override; |
Value for the property.
GetPopupMenu is an overridden TPopupMenu function which implements the read access specifier for the PopupMenu property. The return value contains the TPopupMenu instance from the Parent control when it is derived from TTabControl and Options contains the value nboHidePageListPopup. Otherwise, the inherited method in TControl is called to get the popup menu instance for the control.
|
TTabControl - a series of Tabs along the edge of a display area; selection of a Tab governs the contents of the DisplayRect. |
|
|
The set of Options enabled for the tabbed control. |
|
|
Implements a menu panel that pops up on the screen when the right mouse button is clicked. |
|
|
Gets the value for the PopupMenu property. |
|
|
A context-sensitive menu that pops up when the right mouse button is clicked over this control. |
|
|
The control within which the control is shown. |
Version 4.0 | Generated 2025-05-03 | Home |