ToolBar.PressItem Method (Typed) | |
Press a button.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PressItem(
nMenuItemID,
symTB
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PressItem(
Usual nMenuItemID = default,
Usual symTB = default
)
Request Example
View SourceParameters
- nMenuItemID (Optional)
- Type: Usual
The menu item ID of the button to press. - symTB (Optional)
- Type: Usual
Symbolic name representing the toolbar to be used. Defaults to the main toolbar.
Return Value
Type:
UsualSee Also