'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute(True)> <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(true)] [Description("Gets or sets a boolean value indicating if the SmartItem's Shortcut will be displayed.")] public bool ShowShortcut {get; set;}