Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChartTouchStrip Class / Show Method / Show(Control,Point,ToolStripDropDownDirection) Method
The control that is the reference point for the SpreadTouchStrip position.
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(Control,Point,ToolStripDropDownDirection) Method
    In This Topic
    Positions the SpreadTouchStrip relative to the specified control at the specified location and with the specified direction relative to the parent control.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Show( _
       ByVal control As Control, _
       ByVal position As Point, _
       ByVal direction As ToolStripDropDownDirection _
    ) 
    'Usage
     
    
    Dim instance As ChartTouchStrip
    Dim control As Control
    Dim position As Point
    Dim direction As ToolStripDropDownDirection
     
    instance.Show(control, position, direction)

    Parameters

    control
    The control that is the reference point for the SpreadTouchStrip position.
    position
    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