Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / IsInitializing Property

In This Topic
    IsInitializing Property (C1ComboBox)
    In This Topic
    Gets a value that indicating the initialization state of C1.Win.Input.Base.C1InputControl between the C1.Win.Input.Base.C1InputControl.BeginInit and the C1.Win.Input.Base.C1InputControl.EndInit methods.
    Syntax
    'Declaration
     
    
    Protected Property IsInitializing As Boolean
    protected bool IsInitializing {get; set;}
    See Also