Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.1 KB

Class SFMenuFunction.md

File metadata and controls

19 lines (13 loc) · 1.1 KB

Class SFMenuFunction

Parent Class: Custom

This class can be used as the parent for any menu function implementation objects. Subclass SFMenuFunction and implement the Execute method. Then instantiate and reference this object in the oImplementation property of an SFBar object. The bar will use the lEnabled and lVisible properties of this object to determine whether the bar is enabled and visible.

Methods

Method Description
Execute Performs the action of a menu or toolbar function.

Properties

Property Description
lEnabled .T. if the menu or toolbar item is enabled.
lNoExecute .T. if the implementation object is used to control the enabled or visible status of the menu item but not its execution.
lVisible .T. if the menu or toolbar item is visible.