Gets or sets whether this WizardPage is in a valid state.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public virtual bool IsValid { get; set; } |
Visual Basic |
---|
Public Overridable Property IsValid As Boolean Get Set |
Visual C++ |
---|
public: virtual property bool IsValid { bool get (); void set (bool value); } |
F# |
---|
abstract IsValid : bool with get, set override IsValid : bool with get, set |