Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148587 | Oct 25,2019 03:20 PM UTC | Oct 31,2019 08:39 AM UTC | WinForms | 5 |
![]() |
Tags: MainFrameBarManager |
# Form1.Designer.VB
'
'Bar1
'
Me.Bar1.BarName = "maninMenu"
Me.Bar1.Caption = "maninMenu"
Me.Bar1.Manager = Me.MainFrameBarManager1
' Add ParentBarItem to Bar
Me.Bar1.Items.AddRange(New Syncfusion.Windows.Forms.Tools.XPMenus.BarItem() {ParentBarItem1, BarItem1})
'
'ParentBarItem1
'
Me.ParentBarItem1.BarName = "ParentBarItem1"
Me.ParentBarItem1.CategoryIndex = 0
Me.ParentBarItem1.ID = "mnuFile"
Me.ParentBarItem1.MetroColor = System.Drawing.Color.FromArgb(CType(CType(67, Byte), Integer), CType(CType(201, Byte), Integer), CType(CType(232, Byte), Integer))
Me.ParentBarItem1.ShowToolTipInPopUp = False
Me.ParentBarItem1.SizeToFit = True
Me.ParentBarItem1.Text = "mnuFile"
Me.ParentBarItem1.WrapLength = 20
' Add BarItem to ParentBarItem
Me.ParentBarItem1.Items.AddRange(New Syncfusion.Windows.Forms.Tools.XPMenus.BarItem() {BarItem1})
|
Me.Bar1.Items.AddRange(New Syncfusion.Windows.Forms.Tools.XPMenus.BarItem() {ParentBarItem1, BarItem1})
Me.ParentBarItem1.Items.AddRange(New Syncfusion.Windows.Forms.Tools.XPMenus.BarItem() {BarItem1}) |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.