C# 클래스 PowerArgs.Cli.Button

상속: ConsoleControl
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Click void
Event System
OnKeyInputReceived void
RegisterShortcutIfPossibleAndNotAlreadyDone void
UpdateWidth void

공개 메소드들

메소드 설명
Button ( ) : System

Creates a new button control

OnAddedToVisualTree ( ) : void

Called when the button is added to an app

보호된 메소드들

메소드 설명
OnPaint ( ConsoleBitmap context ) : void

paints the button

비공개 메소드들

메소드 설명
Click ( ) : void
Event ( ) : System
OnKeyInputReceived ( ConsoleKeyInfo info ) : void
RegisterShortcutIfPossibleAndNotAlreadyDone ( ) : void
UpdateWidth ( ) : void

메소드 상세

Button() 공개 메소드

Creates a new button control
public Button ( ) : System
리턴 System

OnAddedToVisualTree() 공개 메소드

Called when the button is added to an app
public OnAddedToVisualTree ( ) : void
리턴 void

OnPaint() 보호된 메소드

paints the button
protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap drawing context
리턴 void