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