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