bobolhum

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

Answers (1)