Page.IsConfigValid Property

Definition

Gets or sets a value that indicates whether the page configuration is valid.

public:
 virtual property bool IsConfigValid { bool get(); void set(bool value); };
public virtual bool IsConfigValid { get; set; }
member this.IsConfigValid : bool with get, set
Public Overridable Property IsConfigValid As Boolean

Property Value

true if the configuration is valid; otherwise, false.

Remarks

This property should be set immediately after the configuration changes. Setting this property also sets the status of the button. This property does not apply to property sheets.

Applies to