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