Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBar Class / Show Method / Show(Point) Method
The horizontal and vertical location of the attached control's upper-left corner, in pixels.


In This Topic
Show(Point) Method
In This Topic
Positions the TouchToolBar relative to the target control location.
Syntax
'Declaration
 
Public Overloads Shadows Sub Show( _
   ByVal position As Point _
) 
 
'Usage
 
Dim instance As TouchToolBar
Dim position As Point
 
instance.Show(position)

Parameters

position
The horizontal and vertical location of the attached control's upper-left corner, in pixels.
See Also