MRKPAD( ) Function

Example   See Also

Determines whether a menu title on a user-defined menu bar or on the Visual FoxPro system menu bar is marked.

Syntax

MRKPAD(cMenuBarName, cMenuTitleName)

Returns

Logical

Arguments

cMenuBarName

Specifies the name of the menu bar containing the menu title.

cMenuTitleName

Specifies the name of the menu title.

Remarks

Use SET MARK OF to mark or unmark a menu title.

If the specified menu title is marked, MRKPAD( ) returns true (.T.); otherwise, MRKPAD( ) returns false (.F.).