VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / ShortcutSelectAll Property
Синтаксис Требования Смотрите также
В этом разделе
    ShortcutSelectAll Свойство (ImageViewerBase)
    В этом разделе
    Возвращает или задает сочетание клавиш, связанное с действием выделения всех (Ctrl+A).
    Синтаксис
    '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); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также