C# 클래스 System.Windows.Forms.Menu

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InvalidateItem void
OnMenuChanged void

공개 메소드들

메소드 설명
FindMenuItem ( int type, IntPtr value ) : MenuItem
GetContextMenu ( ) : ContextMenu
GetMainMenu ( ) : MainMenu
MergeMenu ( Menu menuSrc ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
CloneMenu ( Menu menuSrc ) : void
CreateMenuHandle ( ) : IntPtr
Dispose ( bool disposing ) : void
FindMergePosition ( int mergeOrder ) : int
Menu ( MenuItem items ) : System.Collections

비공개 메소드들

메소드 설명
InvalidateItem ( MenuItem item ) : void
OnMenuChanged ( EventArgs e ) : void

메소드 상세

CloneMenu() 보호된 메소드

protected CloneMenu ( Menu menuSrc ) : void
menuSrc Menu
리턴 void

CreateMenuHandle() 보호된 메소드

protected CreateMenuHandle ( ) : IntPtr
리턴 IntPtr

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FindMenuItem() 공개 메소드

public FindMenuItem ( int type, IntPtr value ) : MenuItem
type int
value IntPtr
리턴 MenuItem

FindMergePosition() 보호된 메소드

protected FindMergePosition ( int mergeOrder ) : int
mergeOrder int
리턴 int

GetContextMenu() 공개 메소드

public GetContextMenu ( ) : ContextMenu
리턴 ContextMenu

GetMainMenu() 공개 메소드

public GetMainMenu ( ) : MainMenu
리턴 MainMenu

Menu() 보호된 메소드

protected Menu ( MenuItem items ) : System.Collections
items MenuItem
리턴 System.Collections

MergeMenu() 공개 메소드

public MergeMenu ( Menu menuSrc ) : void
menuSrc Menu
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string