VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / ShortcutSelectAll Property
Syntax Requirements SeeAlso
In This Topic
    ShortcutSelectAll Property (ImageViewerBase)
    In This Topic
    Gets or sets the shortcut key associated with the select all (Ctrl+A) action.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The shortcut key associated with the select all (Ctrl+A) action.")>
    <DefaultValueAttribute(CtrlA)>
    <CategoryAttribute("VintaSoft")>
    Public Property ShortcutSelectAll As System.Windows.Forms.Shortcut
    
    
    [Description("The shortcut key associated with the select all (Ctrl+A) action.")]
    [DefaultValue(CtrlA)]
    [Category("VintaSoft")]
    public System.Windows.Forms.Shortcut ShortcutSelectAll { get; set; }
    
    
    [Description("The shortcut key associated with the select all (Ctrl+A) action.")]
    [DefaultValue(CtrlA)]
    [Category("VintaSoft")]
    public: __property System.Windows.Forms.Shortcut* get_ShortcutSelectAll();
    public: __property void set_ShortcutSelectAll(
    System.Windows.Forms.Shortcut* value
    );
    [Description("The shortcut key associated with the select all (Ctrl+A) action.")]
    [DefaultValue(CtrlA)]
    [Category("VintaSoft")]
    public:
    property System.Windows.Forms.Shortcut^ ShortcutSelectAll { System.Windows.Forms.Shortcut^ get(); void set(System.Windows.Forms.Shortcut^ value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also