|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ToolStripMenuItem Parent or ChildHi all
How can I determine if a ToolStripMenuItem is having child controls ? Thanks Nits. On 10 Jun 2006 08:47:47 -0700, "Nits" <nitinv***@gmail.com> wrote: For a top level menu named, FileMenu:>Hi all > >How can I determine if a ToolStripMenuItem is having child controls ? > >Thanks >Nits. If Me.FileMenu.HasDropDownItems Then Dim i As Integer = Me.FileMenu.DropDownItems.Count MessageBox.Show("FileMenu has " & i & " sub-menu items") End If End Sub Gene
Report viewer Page margins problem
ASCII Character code for the 6th power Lost my Design view for a Windows Form (VB 2005) two-dimensional arrays Is there a built in command to encode SQL strings? Where is Page.RegisterClientScriptBlock Available? Last Modified date for the Source code. GraphicsPath.IsVisible broken? elapsed between 2 dates creating code on the fly at runtime |
|||||||||||||||||||||||