'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <DescriptionAttribute("Gets or sets a boolean value indicating if the SmartItem's Shortcut will be displayed.")> Public Property ShowShortcut As Boolean
'Usage Dim instance As MenuItem Dim value As Boolean instance.ShowShortcut = value value = instance.ShowShortcut
[Category("Appearance")] [DefaultValue()] [Description("Gets or sets a boolean value indicating if the SmartItem's Shortcut will be displayed.")] public bool ShowShortcut {get; set;}