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