Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / GetNextElement Method

In This Topic
    GetNextElement Method (C1ComboBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetNextElement( _
       ByVal e As C1.Framework.Element, _
       ByVal forward As Boolean, _
       ByVal tabStopOnly As Boolean, _
       ByVal nested As Boolean, _
       ByVal wrap As Boolean _
    ) As C1.Framework.Element
    protected virtual C1.Framework.Element GetNextElement( 
       C1.Framework.Element e,
       bool forward,
       bool tabStopOnly,
       bool nested,
       bool wrap
    )

    Parameters

    e
    forward
    tabStopOnly
    nested
    wrap
    See Also