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

상속: System.Windows.Forms.Component
파일 보기 프로젝트 열기: mahasak/dotnet452 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindButtonIndex int
GetButtonWidth int
GetPushedState bool
GetTBBUTTON System.Windows.Forms.NativeMethods.TBBUTTON
GetTBBUTTONINFO System.Windows.Forms.NativeMethods.TBBUTTONINFO
PrefixAmpersands void
UpdateButton void
UpdateButton void

공개 메소드들

메소드 설명
ToString ( ) : string
ToolBarButton ( ) : System.Runtime.Serialization.Formatters
ToolBarButton ( string text ) : System.Runtime.Serialization.Formatters

보호된 메소드들

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

비공개 메소드들

메소드 설명
FindButtonIndex ( ) : int
GetButtonWidth ( ) : int
GetPushedState ( ) : bool
GetTBBUTTON ( int commandId ) : System.Windows.Forms.NativeMethods.TBBUTTON
GetTBBUTTONINFO ( bool updateText, int newCommandId ) : System.Windows.Forms.NativeMethods.TBBUTTONINFO
PrefixAmpersands ( string &value ) : void
UpdateButton ( bool recreate ) : void
UpdateButton ( bool recreate, bool updateText, bool updatePushedState ) : void

메소드 상세

Dispose() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToolBarButton() 공개 메소드

public ToolBarButton ( ) : System.Runtime.Serialization.Formatters
리턴 System.Runtime.Serialization.Formatters

ToolBarButton() 공개 메소드

public ToolBarButton ( string text ) : System.Runtime.Serialization.Formatters
text string
리턴 System.Runtime.Serialization.Formatters