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






    Menu Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.DefaultValueAttribute("")>
    <SRDescriptionAttribute("FormMenuDescr")>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ReferenceConverter)>
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Property Menu As System.Windows.Forms.MainMenu
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.MainMenu
     
    instance.Menu = value
     
    value = instance.Menu
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also