Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / SetFocusAfterLoading Property

In This Topic
    SetFocusAfterLoading Property
    In This Topic
    Gets or sets a value indicating whether focus will be set to a control after the document is loaded.
    Syntax
    'Declaration
     
    Public Property SetFocusAfterLoading As System.Boolean
    public System.bool SetFocusAfterLoading {get; set;}
    See Also