Dialog..::..Result Property

Gets or sets the result.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


protected DialogResult Result { get; set; }
Protected Property Result As DialogResult
	Get
	Set
protected:
property DialogResult^ Result {
	DialogResult^ get ();
	void set (DialogResult^ value);
}

Field Value

The result.