'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute()> <DescriptionAttribute("The shortcut key associated with the delete action.")> Public Property ShortcutDelete As Shortcut
[Category("VintaSoft")] [DefaultValue()] [Description("The shortcut key associated with the delete action.")] public Shortcut ShortcutDelete {get; set;}
[Category("VintaSoft")] [DefaultValue()] [Description("The shortcut key associated with the delete action.")] public: __property Shortcut get_ShortcutDelete(); public: __property void set_ShortcutDelete( Shortcut value );
[Category("VintaSoft")] [DefaultValue()] [Description("The shortcut key associated with the delete action.")] public: property Shortcut ShortcutDelete { Shortcut get(); void set ( Shortcut value); }