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

Gets window title including any possible timer (wehn appropriate)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[BrowsableAttribute(false)]
public string TitleWithTimer { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property TitleWithTimer As String
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
[BrowsableAttribute(false)]
public:
property String^ TitleWithTimer {
	String^ get ();
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
[<BrowsableAttribute(false)>]
member TitleWithTimer : string
JScript
function get TitleWithTimer () : String

Return Value

Title, with CurrentTimer appended when TimeButton is -1 and IsCountDown is true

Remarks

Chage of value of this property is reportyed only via INotifyPropertyChanged, not via IReportsChange.

See Also