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