[This is preliminary documentation and is subject to change.]
Gets value indicating if the CloseResponse property has its default value
Namespace: Tools.WindowsT.IndependentTAssembly: 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) |