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