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