ErrorMsg.Showing Property

Definition

Gets and sets a Boolean value that whether error message is currently shown.

public:
 static property bool Showing { bool get(); void set(bool value); };
public static bool Showing { get; set; }
member this.Showing : bool with get, set
Public Shared Property Showing As Boolean

Property Value

True if the error message is currently shown, otherwise false.

Applies to