Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBar Class / Show Method / Show(Point,ToolStripDropDownDirection) Method
The horizontal and vertical location of the attached control's upper-left corner, in pixels.
One of the System.Windows.Forms.ToolStripDropDownDirection values.


In This Topic
    Show(Point,ToolStripDropDownDirection) Method
    In This Topic
    Positions the TouchToolBar relative to the specified control location and with the specified direction relative to the target control.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub Show( _
       ByVal position As Point, _
       ByVal direction As ToolStripDropDownDirection _
    ) 
    'Usage
     
    
    Dim instance As TouchToolBar
    Dim position As Point
    Dim direction As ToolStripDropDownDirection
     
    instance.Show(position, direction)

    Parameters

    position
    The horizontal and vertical location of the attached control's upper-left corner, in pixels.
    direction
    One of the System.Windows.Forms.ToolStripDropDownDirection values.
    See Also