DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / ContextMenu Property

In This Topic
    ContextMenu Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <SRDescriptionAttribute("ControlContextMenuDescr")>
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Overridable Property ContextMenu As System.Windows.Forms.ContextMenu
    [SRCategory("CatBehavior")]
    [System.ComponentModel.DefaultValue("")]
    [SRDescription("ControlContextMenuDescr")]
    [System.ComponentModel.Browsable(false)]
    public virtual System.Windows.Forms.ContextMenu ContextMenu {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also