VOToolBar.PressButton Method (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PressButton(
nID AS LONG,
lPressed AS LOGIC
) AS LOGIC
public virtual bool PressButton(
int nID,
bool lPressed
)
Request Example
View SourceParameters
- nID
- Type: Long
- lPressed
- Type: Logic
Return Value
Type:
LogicSee Also