Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetChildIndex Method / GetChildIndex(TabStrip,TabStripButton) Method
The tab strip.


In This Topic
    GetChildIndex(TabStrip,TabStripButton) Method
    In This Topic
    Gets the order of a button element inside the tab strip.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetChildIndex( _
       ByVal tabStrip As TabStrip, _
       ByVal button As TabStripButton _
    ) As Integer
    'Usage
     
    
    Dim tabStrip As TabStrip
    Dim button As TabStripButton
    Dim value As Integer
     
    value = FpSpreadTreeHelper.GetChildIndex(tabStrip, button)
    public static int GetChildIndex( 
       TabStrip tabStrip,
       TabStripButton button
    )

    Parameters

    tabStrip
    The tab strip.
    button

    Return Value

    The order of element.
    See Also