'Declaration <DescriptionAttribute("Gets or sets the shortcut associated with the SmartItem.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <BrowsableAttribute(True)> <MergablePropertyAttribute(False)> <LocalizableAttribute(True)> Public Property Shortcut As Shortcut
'Usage Dim instance As MenuItem Dim value As Shortcut instance.Shortcut = value value = instance.Shortcut
[Description("Gets or sets the shortcut associated with the SmartItem.")] [Category("Appearance")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] [Browsable(true)] [MergableProperty(false)] [Localizable(true)] public Shortcut Shortcut {get; set;}