📚 SAP Business One SDK Help

Click Method
See Also 
ClickType

The type of click

ModifiersMask

Indicates whether modifier keys were pressed at the same time as the mouse was clicked. Specify the value with the BoModifiersEnum enumeration.

Description

Simulates a user click on the item.

Syntax

Visual Basic
Public Sub Click( _
   Optional ByVal ClickType As BoCellClickType = ct_Regular, _
   Optional ByVal ModifiersMask As Long = 0 _
) 

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

ModifiersMask

Indicates whether modifier keys were pressed at the same time as the mouse was clicked. Specify the value with the BoModifiersEnum enumeration.

See Also