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