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

In This Topic
    Menu Property
    In This Topic
    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
    [SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue("")]
    [SRDescription("FormMenuDescr")]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ReferenceConverter)]
    [System.ComponentModel.Browsable(false)]
    public System.Windows.Forms.MainMenu Menu {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also