Skip to content

Commit

Permalink
Added Tag property for the NativeItem class (closes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Nov 14, 2020
1 parent c39ac2a commit 16a758c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LemonUI/Menus/NativeItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ public bool Enabled
}
}
/// <summary>
/// Object that contains data about this Item.
/// </summary>
public virtual object Tag { get; set; }
/// <summary>
/// The title of the item.
/// </summary>
public string Title
Expand Down

0 comments on commit 16a758c

Please sign in to comment.