Properties | |
VARIANT_BOOL | Visible [get, set] |
Get visibility status. | |
BSTR | ActiveDomain [set] |
Select domain. |
This object can be used to access login dialog.
BSTR ActiveDomain [set] |
Select domain.
Select given domain.
domain | Name of the domain to be selected |
VARIANT_BOOL Visible [get, set] |
Get visibility status.
Show/Hide login dialog.
Function return true if dialog is visible.
visible | Return true if dialog is visible. Return false if dialog is not visible. |
show | True/False if dialog should be displayed. |