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