VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / ShortcutDelete Property
Syntax Requirements SeeAlso
In This Topic
    ShortcutDelete Property (ImageViewerBase)
    In This Topic
    Gets or sets the shortcut key associated with the delete action.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Del)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The shortcut key associated with the delete action.")>
    Public Property ShortcutDelete As System.Windows.Forms.Shortcut
    
    
    [DefaultValue(Del)]
    [Category("VintaSoft")]
    [Description("The shortcut key associated with the delete action.")]
    public System.Windows.Forms.Shortcut ShortcutDelete { get; set; }
    
    
    [DefaultValue(Del)]
    [Category("VintaSoft")]
    [Description("The shortcut key associated with the delete action.")]
    public: __property System.Windows.Forms.Shortcut* get_ShortcutDelete();
    public: __property void set_ShortcutDelete(
    System.Windows.Forms.Shortcut* value
    );
    [DefaultValue(Del)]
    [Category("VintaSoft")]
    [Description("The shortcut key associated with the delete action.")]
    public:
    property System.Windows.Forms.Shortcut^ ShortcutDelete { 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