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