ErrorMsg.Showing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.