'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The shortcut key associated with the select all (Ctrl+A) action.")> <DefaultValueAttribute(CtrlA)> Public Property ShortcutSelectAll As System.Windows.Forms.Shortcut
[Category("VintaSoft")] [Description("The shortcut key associated with the select all (Ctrl+A) action.")] [DefaultValue(CtrlA)] public System.Windows.Forms.Shortcut ShortcutSelectAll { get; set; }
[Category("VintaSoft")] [Description("The shortcut key associated with the select all (Ctrl+A) action.")] [DefaultValue(CtrlA)] public: __property System.Windows.Forms.Shortcut* get_ShortcutSelectAll(); public: __property void set_ShortcutSelectAll(
System.Windows.Forms.Shortcut* value
);
[Category("VintaSoft")] [Description("The shortcut key associated with the select all (Ctrl+A) action.")] [DefaultValue(CtrlA)] public:
property System.Windows.Forms.Shortcut^ ShortcutSelectAll { System.Windows.Forms.Shortcut^ get(); void set(System.Windows.Forms.Shortcut^ value); }