Menu.FindMenuItem(Int32, IntPtr) 메서드
정의
public:
System::Windows::Forms::MenuItem ^ FindMenuItem(int type, IntPtr value);
public System.Windows.Forms.MenuItem FindMenuItem (int type, IntPtr value);
member this.FindMenuItem : int * nativeint -> System.Windows.Forms.MenuItem
Public Function FindMenuItem (type As Integer, value As IntPtr) As MenuItem
매개 변수
반환
설명
검색할를 MenuItem 전달 핸들을 사용 합니다 FindHandle 형식과 핸들 필드는 MenuItem 값으로 찾으려는.To search for a MenuItem using a handle, pass in the FindHandle field as the type, and the handle of the MenuItem you want to find as the value.
검색할를 MenuItem 전달 바로 가기를 사용 합니다 FindShortcut 형식에 대 한 바로 가기 값으로 필드를 MenuItem 값으로 찾으려는.To search for a MenuItem using a shortcut, pass in the FindShortcut field as the type, and the Shortcut value for the MenuItem you want to find as the value.
보안
UIPermission
이 메서드를 호출 하는 컨트롤입니다.for controls to call this method. 연결 된 열거형: AllWindowsAssociated enumeration: AllWindows