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






    ContextMenu Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <SRDescriptionAttribute("ControlContextMenuDescr")>
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Overridable Property ContextMenu As System.Windows.Forms.ContextMenu
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.ContextMenu
     
    instance.ContextMenu = value
     
    value = instance.ContextMenu
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also