Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripStyle Class / GetNextItem(ToolStripItem,ArrowDirection) Method

In This Topic
    GetNextItem(ToolStripItem,ArrowDirection) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetNextItem( _
       ByVal start As System.Windows.Forms.ToolStripItem, _
       ByVal direction As System.Windows.Forms.ArrowDirection _
    ) As System.Windows.Forms.ToolStripItem
    public virtual System.Windows.Forms.ToolStripItem GetNextItem( 
       System.Windows.Forms.ToolStripItem start,
       System.Windows.Forms.ArrowDirection direction
    )

    Parameters

    start
    direction
    See Also