Spread Windows Forms 15.0
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)
    public new void Show( 
       Point position
    )

    Parameters

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