[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TouchToolBarDisplayOptions

TouchToolBarDisplayOptions Enum

Defines how to show the TouchToolBar when touch tap target control.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[Flags]
public enum TouchToolBarDisplayOptions
<Flags>
Public Enum TouchToolBarDisplayOptions

Fields

Name Description
None

Not show the TouchToolBar by touch device.

PressAndHold

Show the TouchToolBar to take place of showing System.Windows.Forms.Control.ContextMenu or ContextMenuStrip when executing touch PressAndHolder operation.

TapGripper

Show the TouchToolBar by tap the selection gripper.

TapSelection

Show the TouchToolBar by tap the selection region of target control.