StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Help with ThemedLinkMenu
Help with ThemedLinkMenu
Post Reply
Like
0
Prev
1
2
Jump To Page
Help with ThemedLinkMenu
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Trent Taylor
Trent Taylor
posted 15 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
Actually you will be far better off if you set the active menu item versus forcing a click.
C#
this.MyThemedLinkMenu.SetActiveItem(0);
or
VB.NET
Me.MyThemedLinkMenu.SetActiveItem(0)
You can also do it by item which would look something like this:
C#
this.MyThemedLinkMenu.SetActiveItem(MyThemedLinkMenu.ItemCollection["MyKey"]);
or
VB.NET
Me.MyThemedLinkMenu.SetActiveItem(MyThemedLinkMenu.ItemCollection("MyKey"))
Reply
Like
0
Elio Reyes
Elio Reyes
posted 15 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 46,
Visits: 251
Excellent, Thanks
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Prev
1
2
Jump To Page
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search