Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBar Class / Show Method / Show(Control,Int32,Int32) Method
The control that is the reference point for the TouchToolBar position.
The horizontal coordinate based on the reference control, in pixels.
The vertical coordinate based on the reference control, in pixels.


In This Topic
    Show(Control,Int32,Int32) Method
    In This Topic
    Positions the System.Windows.Forms.ToolBar relative to the specified control location.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub Show( _
       ByVal control As Control, _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    'Usage
     
    
    Dim instance As TouchToolBar
    Dim control As Control
    Dim x As Integer
    Dim y As Integer
     
    instance.Show(control, x, y)
    public new void Show( 
       Control control,
       int x,
       int y
    )

    Parameters

    control
    The control that is the reference point for the TouchToolBar position.
    x
    The horizontal coordinate based on the reference control, in pixels.
    y
    The vertical coordinate based on the reference control, in pixels.
    See Also