'Declaration <DescriptionAttribute("Gets or sets the Shortcut's text which is displayed to the right of the menu item's text.")> <CategoryAttribute("Appearance")> <BrowsableAttribute(True)> <MergablePropertyAttribute(False)> <LocalizableAttribute(True)> Public Property ShortcutText As String
'Usage Dim instance As MenuItem Dim value As String instance.ShortcutText = value value = instance.ShortcutText
[Description("Gets or sets the Shortcut's text which is displayed to the right of the menu item's text.")] [Category("Appearance")] [Browsable(true)] [MergableProperty(false)] [Localizable(true)] public string ShortcutText {get; set;}