📚 SAP Business One SDK Help

Click Method
See Also 
ClickType
The type of click

Description

Simulates a user click on the specified item.

Syntax

Visual Basic
Public Sub Click( _
   Optional ByVal ClickType As BoCellClickType = ct_Regular _
) 

Parameters

ClickType
ValueDescription
ct_RegularNormal click (after the exit event)
ct_DoubleDouble-click
ct_LinkedClick on a link arrow connected to a cell (only for matrix cells)  
ct_CollapsedClick on collapse arrow connected to a cell (only for matrix cells)
ct_RightRight-click
ct_RightNoBlocking 
The type of click

See Also