[]
Defines how to show the TouchToolBar when touch tap target control.
[Flags]
public enum TouchToolBarDisplayOptions
<Flags>
Public Enum TouchToolBarDisplayOptions
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. |