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