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