Browse Source

Adds Data field to MenuItem

Thomas Nind 3 năm trước cách đây
mục cha
commit
4a69da1d19
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      Terminal.Gui/Views/Menu.cs

+ 6 - 0
Terminal.Gui/Views/Menu.cs

@@ -43,6 +43,12 @@ namespace Terminal.Gui {
 		ustring title;
 
 		ShortcutHelper shortcutHelper;
+		
+		/// <summary>
+		/// Gets or sets arbitrary data for the menu item.
+		/// </summary>
+		/// <remarks>This property is not used internally.</remarks>
+		public object Data { get; set; }
 
 		/// <summary>
 		/// Initializes a new instance of <see cref="MenuItem"/>