TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
bobolhum
NA
2
0
MenuItem's method called FindMenuItem.
Sep 26 2003 10:17 PM
This question reguards the C#,.NET,MenuItem's method called FindMenuItem. It is under my impression that this method will return a specific MenuItem child given that you call this method from the respective parent MenuItem. Is this true? If so, I want to use this method, but i have no clue what this function takes as parameters. Here is the methods prototype... public MenuItem FindMenuItem( int type, IntPtr value) The msdn pages do not indicate what type and value are. Does anyone know what these parameters represent? Also, does anyone know alternative pages where i might receive information on the .NET classes? thanks shep
Reply
Answers (
1
)
Having a Problem starting an Application from a Service
C# API Documentation?