[This is preliminary documentation and is subject to change.]
Gets text of button with with possible time text
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public virtual string TextIncludingTimer { get; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public Overridable ReadOnly Property TextIncludingTimer As String Get |
| Visual C++ |
|---|
[BrowsableAttribute(false)] public: virtual property String^ TextIncludingTimer { String^ get (); } |
| F# |
|---|
[<BrowsableAttribute(false)>] abstract TextIncludingTimer : string [<BrowsableAttribute(false)>] override TextIncludingTimer : string |
| JScript |
|---|
function get TextIncludingTimer () : String |
Return Value
If OwnerMessageBox is not set or countdown timer is not enabled or this button is not time button returns Text; otherwise returns Text appedned by TimerFormat-formatted OwnerMessageBox.CurrentTimer enclosed in braces (()).
Remarks
Change of this property is notified via INotifyPropertyChanged. In order this to work correctly button must be stored in ListWithEvents<(Of <(<'T>)>)> with Owner set to MessageBox.
See Also
Version History
1.5.2
- Property added