Show(Control,Point) Method
Positions the
TouchToolBar relative to the specified control location.
'Declaration
Public Overloads Shadows Sub Show( _
ByVal As Control, _
ByVal As Point _
)
'Usage
Dim instance As TouchToolBar
Dim control As Control
Dim position As Point
instance.Show(control, position)
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.