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.
Method | Description |
---|---|
Execute | Performs the action of a menu or toolbar function. |
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. |