Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBar Class / Show Method / Show(Int32,Int32) Method
The horizontal coordinate based on the attached control, in pixels.
The vertical coordinate based on the attached control, in pixels.


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

    Parameters

    x
    The horizontal coordinate based on the attached control, in pixels.
    y
    The vertical coordinate based on the attached control, in pixels.
    See Also