WizardPage.SignalTestEventOnVisible Property
Gets or sets a value that indicates whether to set the test event automatically when the page becomes visible.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool SignalTestEventOnVisible { get; set; }
public:
property bool SignalTestEventOnVisible {
bool get();
void set(bool value);
}
Public Property SignalTestEventOnVisible As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the test event is set automatically when the page becomes visible; otherwise, false.
See Also
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top