Focus Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function Focus() As System.Boolean
'Usage
Dim instance As LicenseDialog
Dim value As System.Boolean
value = instance.Focus()
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.bool Focus()
public function Focus(): System.Boolean;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function Focus() : System.boolean;
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: System.bool Focus();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
System.bool Focus();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also