Show(Control,Point) Method
Positions the
SpreadTouchStrip relative to the specified control location.
'Declaration
Public Overloads Shadows Sub Show( _
ByVal As Control, _
ByVal As Point _
)
'Usage
Dim instance As SpreadTouchStrip
Dim control As Control
Dim tapPosition As Point
instance.Show(control, tapPosition)
Parameters
- control
- The control that is the reference point for the SpreadTouchStrip position.
- tapPosition
- The horizontal and vertical location of the reference control's upper-left corner, in pixels.