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