C
Cecilia
How do I change (e.g. the checked property) of a menu
item of an MDI windows form, from a child window form?
item of an MDI windows form, from a child window form?
Cecilia said:How do I change (e.g. the checked property) of a menu
item of an MDI windows form, from a child window form?
Cecilia said:How do I change (e.g. the checked property) of a menu
item of an MDI windows form, from a child window form?
-----Original Message-----
Hello,
\\\
DirectCast(Me.MdiParent, MainForm).MenuItem1.Checked = True
///
Replace 'MainForm' with the type name of your MDI container.
--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
.
-----Original Message-----
Hello,
\\\
DirectCast(Me.MdiParent, MainForm).MenuItem1.Checked = True
///
Replace 'MainForm' with the type name of your MDI container.
--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
.