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

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

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