Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellTouchStrip Class / Show Method / Show(Point,ToolStripDropDownDirection) Method
The horizontal and vertical location of the reference 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 SpreadTouchStrip relative to the specified control location and with the specified direction relative to the parent control.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Show( _
       ByVal tapPosition As Point, _
       ByVal direction As ToolStripDropDownDirection _
    ) 
    'Usage
     
    
    Dim instance As CellTouchStrip
    Dim tapPosition As Point
    Dim direction As ToolStripDropDownDirection
     
    instance.Show(tapPosition, direction)

    Parameters

    tapPosition
    The horizontal and vertical location of the reference control's upper-left corner, in pixels.
    direction
    One of the System.Windows.Forms.ToolStripDropDownDirection values.
    Remarks
    The position is adjusted to avoid the finger to cover the SpreadTouchStrip by default.
    See Also