DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / ContextMenuStrip Property






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also