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






    MergedMenu Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("FormMergedMenuDescr")>
    Public ReadOnly Property MergedMenu As System.Windows.Forms.MainMenu
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.MainMenu
     
    value = instance.MergedMenu
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also