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

Gets value indicationg if the message box was closed automatically after the time specified in Timer elapsed

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

Syntax

C#
[BrowsableAttribute(false)]
public bool ClosedByTimer { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property ClosedByTimer As Boolean
	Get
Visual C++
[BrowsableAttribute(false)]
public:
property bool ClosedByTimer {
	bool get ();
}
F#
[<BrowsableAttribute(false)>]
member ClosedByTimer : bool
JScript
function get ClosedByTimer () : boolean

Return Value

True if the message box was closed due to time elapsed, false otherwise

See Also

Collapse/expand Version History

1.5.2

  • Fixed: Value of this property is incorrect in handle of the Closed event