Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBar Class / Show Method / Show(Control,Point,ToolStripDropDownDirection) Method
The control that is the reference point for the TouchToolBar position.
The horizontal and vertical location of the reference control's upper-left corner, in pixels.
One of the System.Windows.Forms.ToolStripDropDownDirection values.


In This Topic
Show(Control,Point,ToolStripDropDownDirection) Method
In This Topic
Positions the TouchToolBar relative to the specified control at the specified location and with the specified direction relative to the target control.
Syntax
'Declaration
 
Public Overloads Shadows Sub Show( _
   ByVal control As Control, _
   ByVal position As Point, _
   ByVal direction As ToolStripDropDownDirection _
) 
 
'Usage
 
Dim instance As TouchToolBar
Dim control As Control
Dim position As Point
Dim direction As ToolStripDropDownDirection
 
instance.Show(control, position, direction)

Parameters

control
The control that is the reference point for the TouchToolBar position.
position
The horizontal and vertical location of the reference control's upper-left corner, in pixels.
direction
One of the System.Windows.Forms.ToolStripDropDownDirection values.
See Also