SpreadsheetGear 2017
MergedMenu Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : MergedMenu Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("FormMergedMenuDescr")>
<SRCategoryAttribute("CatWindowStyle")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property MergedMenu As System.Windows.Forms.MainMenu
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Windows.Forms.MainMenu
 
value = instance.MergedMenu
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormMergedMenuDescr")]
[SRCategory("CatWindowStyle")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.Windows.Forms.MainMenu MergedMenu {get;}
public read-only property MergedMenu: System.Windows.Forms.MainMenu; 
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("FormMergedMenuDescr")
SRCategoryAttribute("CatWindowStyle")
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function get MergedMenu : System.Windows.Forms.MainMenu
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormMergedMenuDescr")]
[SRCategory("CatWindowStyle")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: __property System.Windows.Forms.MainMenu* get_MergedMenu();
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("FormMergedMenuDescr")]
[SRCategory("CatWindowStyle")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property System.Windows.Forms.MainMenu^ MergedMenu {
   System.Windows.Forms.MainMenu^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members