[]
        
(Showing Draft Content)

C1.Win.Command.RadialMenuItem.UserData

UserData Property

UserData

Gets or sets an arbitrary object that can be associated with this menu item.

Declaration
[C1Category("Behavior")]
[C1Description("RadialMenuItem.UserData", "Arbitrary object that can be associated with this menu item.")]
[TypeConverter(typeof(StringConverter))]
public object UserData { get; set; }
<C1Category("Behavior")>
<C1Description("RadialMenuItem.UserData", "Arbitrary object that can be associated with this menu item.")>
<TypeConverter(GetType(StringConverter))>
Public Property UserData As Object