Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xwt/Xwt.Backends/IMenuItemBackend.cs')
-rw-r--r--Xwt/Xwt.Backends/IMenuItemBackend.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Xwt/Xwt.Backends/IMenuItemBackend.cs b/Xwt/Xwt.Backends/IMenuItemBackend.cs
index 399c7ff1..1b2c47cb 100644
--- a/Xwt/Xwt.Backends/IMenuItemBackend.cs
+++ b/Xwt/Xwt.Backends/IMenuItemBackend.cs
@@ -51,6 +51,11 @@ namespace Xwt.Backends
string Label { get; set; }
/// <summary>
+ /// Gets or sets the tooltip text for the menu item.
+ /// </summary>
+ string TooltipText { get; set; }
+
+ /// <summary>
/// Gets or sets a value indicating whether this <see cref="Xwt.Backends.IMenuItemBackend"/> use a mnemonic.
/// </summary>
/// <value><c>true</c> if it use a mnemonic; otherwise, <c>false</c>.</value>