[This is preliminary documentation and is subject to change.]

Gets value indicating if the CloseResponse property has its default value

Namespace: Tools.WindowsT.IndependentT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool UseDefaultCloseResponse { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property UseDefaultCloseResponse As Boolean
	Get
	Set
Visual C++
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
public:
property bool UseDefaultCloseResponse {
	bool get ();
	void set (bool value);
}
F#
[<BrowsableAttribute(false)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
member UseDefaultCloseResponse : bool with get, set
JScript
function get UseDefaultCloseResponse () : boolean
function set UseDefaultCloseResponse (value : boolean)

Field Value

Setting value of the property to true causes reseting value of the CloseResponse to its default value (GetDefaultCloseResponse()()()()). Setting the property to false is ignored.

Return Value

True when CloseResponse equals to GetDefaultCloseResponse()()()(); false otherwise

See Also