[This is preliminary documentation and is subject to change.]
Gets text of button with platform-specific accesskey indication
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 TextIncludingAccessKey { get; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ Public Overridable ReadOnly Property TextIncludingAccessKey As String Get |
| Visual C++ |
|---|
[BrowsableAttribute(false)] public: virtual property String^ TextIncludingAccessKey { String^ get (); } |
| F# |
|---|
[<BrowsableAttribute(false)>] abstract TextIncludingAccessKey : string [<BrowsableAttribute(false)>] override TextIncludingAccessKey : string |
| JScript |
|---|
function get TextIncludingAccessKey () : String |
Return Value
If OwnerMessageBox is not set returns Text; if it is set uses GetTextWithAccessKey(String, Char).
Remarks
Change of this property is notified via INotifyPropertyChanged.
See Also
Version History
1.5.2
- Property added