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

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