Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBar Class / Show Method / Show(Control,Point) 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.


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