Back to Devexpress

TdxNavBar Events

vcl-dxnavbar-dot-tdxnavbar-dot-underscore-events.md

latest17.9 KB
Original Source

TdxNavBar Events

A NavBar control.

NameDescription
CustomDrawEvents
OnActiveGroupChangedFires after the active group has been changed. Inherited from TdxCustomNavBar.
OnActiveGroupChangingEnables you to prohibit a group from being activated. Inherited from TdxCustomNavBar.
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnCalcGroupClientHeightEnables you to calculate custom height for groups’ client areas. Inherited from TdxCustomNavBar.
OnCalcGroupHintRectEnables you to assign custom sizes for hints displayed for NavBar groups. Inherited from TdxCustomNavBar.
OnCalcLinkHintRectOccurs when a particular NavBar link hint rectangular dimensions are recalculated. Inherited from TdxCustomNavBar.
OnCalcNavigationPaneOverflowPanelHintRectEnables you to calculate hint rectangles for icons displayed within the overflow panel. Inherited from TdxCustomNavBar.
OnCanResizeInherited from TControl.
OnClickInherited from TControl.
OnCollapsedEnables you to execute custom code when the NavBar control has been collapsed. Inherited from TdxCustomNavBar.
OnConstrainedResizeInherited from TControl.
OnContextPopupInherited from TControl.
OnCustomDrawProvides access to events that allow you to custom paint NavBar elements. Inherited from TdxCustomNavBar.
OnCustomDrawBackgroundDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.Background event instead. Inherited from TdxCustomNavBar.
OnCustomDrawBottomScrollButtonDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.ButtonScrollButton event. Inherited from TdxCustomNavBar.
OnCustomDrawGroupCaptionDeprecated. This property exists for backward compatibility only. Handle the OnCustomDraw.GroupCaption event instead. Inherited from TdxCustomNavBar.
OnCustomDrawGroupClientBackgroundDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.GroupClientBackground event instead. Inherited from TdxCustomNavBar.
OnCustomDrawGroupClientForegroundDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.GroupClientForeground event instead. Inherited from TdxCustomNavBar.
OnCustomDrawGroupHintDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.GroupHint event instead. Inherited from TdxCustomNavBar.
OnCustomDrawLinkDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.Link event instead. Inherited from TdxCustomNavBar.
OnCustomDrawLinkHintDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.LinkHint event instead. Inherited from TdxCustomNavBar.
OnCustomDrawNavigationPaneHeaderDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.NavigationPaneHeader event instead. Inherited from TdxCustomNavBar.
OnCustomDrawNavigationPaneOverflowPanelDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.NavigationPaneOverflowPanel event instead. Inherited from TdxCustomNavBar.
OnCustomDrawNavigationPaneOverflowPanelHintDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.NavigationPaneOverflowPanelHint event instead. Inherited from TdxCustomNavBar.
OnCustomDrawNavigationPaneSplitterDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.NavigationPaneSplitter event instead. Inherited from TdxCustomNavBar.
OnCustomDrawTopScrollButtonDeprecated. This event exists for backward compatibility only. Handle the OnCustomDraw.TopScrollButton event instead. Inherited from TdxCustomNavBar.
OnDblClickInherited from TControl.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnExpandedEnables you to execute custom code when the NavBar control has been expanded. Inherited from TdxCustomNavBar.
OnFocusChanged protectedInherited from TcxControl.
OnGestureInherited from TControl.
OnGetGroupHintEnables you to override or hide hints displayed for NavBar groups. Inherited from TdxCustomNavBar.
OnGetLinkHintEnables you to override or hide hints displayed for NavBar links. Inherited from TdxCustomNavBar.
OnGetOverlaySizeEnables you to adjust the expanded Hamburger Menu’s dimensions in minimal overlay mode. Inherited from TdxCustomNavBar.
OnGetSiteInfoInherited from TWinControl.
OnGroupClickFires when a NavBar group is clicked. Inherited from TdxCustomNavBar.
OnGroupHotTrackFires when the mouse cursor pauses over a NavBar group. Inherited from TdxCustomNavBar.
OnGroupPressFires when a NavBar group is pressed. Inherited from TdxCustomNavBar.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnLinkClickFires when a NavBar link is clicked. Inherited from TdxCustomNavBar.
OnLinkHotTrackFires when the mouse cursor pauses over a NavBar link. Inherited from TdxCustomNavBar.
OnLinkPressFires when a NavBar link is pressed. Inherited from TdxCustomNavBar.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnterOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeaveOccurs when the mouse pointer leaves the control. Inherited from TcxControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnNavigationPaneCollapsedEnables you to execute custom code when the Navigation Pane has been collapsed. Inherited from TdxCustomNavBar.
OnNavigationPaneExpandedEnables you to execute custom code when the Navigation Pane has been expanded. Inherited from TdxCustomNavBar.
OnNavigationPanePopupShowedEnables you to execute custom code when the active group‘s content has been displayed in a popup window for the collapsed Navigation Pane. Inherited from TdxCustomNavBar.
OnNavigationPanePopupShowingEnables you to prevent the active group‘s popup window from appearing for the collapsed Navigation Pane. Inherited from TdxCustomNavBar.
OnOverlayShowedEnables you to execute custom code when the Hamburger Menu expands on top of the control’s parent (container) as an overlay. Inherited from TdxCustomNavBar.
OnOverlayShowingEnables you to prevent the Hamburger Menu from expanding on top of the control’s parent (container) as an overlay. Inherited from TdxCustomNavBar.
OnPopupShowedEnables you to execute custom code when the active group‘s content has been displayed in a popup window for the collapsed NavBar control. Inherited from TdxCustomNavBar.
OnPopupShowingEnables you to prevent the collapsed NavBar control from displaying a popup window with the active group‘s content. Inherited from TdxCustomNavBar.
OnResizeInherited from TControl.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.

See Also

TdxNavBar Class

TdxNavBar Members

dxNavBar Unit