Table of Contents

TTMSFNCMenuView Class

Control that renders the list of menu item controls for one level of the popup menu hierarchy and manages keyboard and mouse navigation.

API unit family: TMSFNCPopupMenu Inherits from: TTMSFNCCustomControl Implements: ITMSFNCMenuView

Syntax

TTMSFNCMenuView = class(TTMSFNCCustomControl, ITMSFNCMenuView)

Methods

Name Description
BeginUpdate Suspends visual updates while items are being added or modified; call EndUpdate to resume.
EndUpdate Resumes visual updates after a BeginUpdate call and repaints the menu view.
SelectNextMenuItem Moves the selection to the next or previous item in the menu view.