ArcFM Solution Developer Guide
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 frmDatabaseVersion
Dim value As System.Windows.Forms.MainMenu
 
instance.Menu = value
 
value = instance.Menu
[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: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

frmDatabaseVersion Class
frmDatabaseVersion Members

 

 


Send Comment