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

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

공개 메소드들

메소드 설명
CommandBarItem ( Image image ) : System
CommandBarItem ( Image image, string text ) : System
CommandBarItem ( string text ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
CommandBarItem ( ) : System

메소드 상세

CommandBarItem() 공개 메소드

public CommandBarItem ( Image image ) : System
image Image
리턴 System

CommandBarItem() 공개 메소드

public CommandBarItem ( Image image, string text ) : System
image Image
text string
리턴 System

CommandBarItem() 공개 메소드

public CommandBarItem ( string text ) : System
text string
리턴 System

Dispose() 보호된 메소드

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

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
리턴 void