Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / ShouldSerializeSelectedIndex Method

In This Topic
    ShouldSerializeSelectedIndex Method
    In This Topic
    Indicates whether the SelectedIndex has a default value.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeSelectedIndex() As Boolean
    protected bool ShouldSerializeSelectedIndex()

    Return Value

    True if the SelectedIndex has no default value; otherwise, it is false.
    See Also