C# 클래스 Xwt.WPFBackend.ButtonBackend

상속: Xwt.WPFBackend.WidgetBackend, IButtonBackend
파일 보기 프로젝트 열기: TheBrainTech/xwt

공개 프로퍼티들

프로퍼티 타입 설명
buttonStyle ButtonStyle

공개 메소드들

메소드 설명
ButtonBackend ( ) : System
DisableEvent ( object eventId ) : void
EnableEvent ( object eventId ) : void
GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : Size
HandleWidgetClicked ( object sender, EventArgs e ) : void
SetButtonStyle ( ButtonStyle style ) : void
SetButtonType ( ButtonType type ) : void
SetContent ( string label, bool useMnemonic, ImageDescription image, ContentPosition position ) : void

보호된 메소드들

메소드 설명
ButtonBackend ( System.Windows.Controls.Primitives.ButtonBase impl ) : System

메소드 상세

ButtonBackend() 공개 메소드

public ButtonBackend ( ) : System
리턴 System

ButtonBackend() 보호된 메소드

protected ButtonBackend ( System.Windows.Controls.Primitives.ButtonBase impl ) : System
impl System.Windows.Controls.Primitives.ButtonBase
리턴 System

DisableEvent() 공개 메소드

public DisableEvent ( object eventId ) : void
eventId object
리턴 void

EnableEvent() 공개 메소드

public EnableEvent ( object eventId ) : void
eventId object
리턴 void

GetPreferredSize() 공개 메소드

public GetPreferredSize ( SizeConstraint widthConstraint, SizeConstraint heightConstraint ) : Size
widthConstraint SizeConstraint
heightConstraint SizeConstraint
리턴 System.Windows.Size

HandleWidgetClicked() 공개 메소드

public HandleWidgetClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

SetButtonStyle() 공개 메소드

public SetButtonStyle ( ButtonStyle style ) : void
style ButtonStyle
리턴 void

SetButtonType() 공개 메소드

public SetButtonType ( ButtonType type ) : void
type ButtonType
리턴 void

SetContent() 공개 메소드

public SetContent ( string label, bool useMnemonic, ImageDescription image, ContentPosition position ) : void
label string
useMnemonic bool
image Xwt.Backends.ImageDescription
position ContentPosition
리턴 void

프로퍼티 상세

buttonStyle 공개적으로 프로퍼티

public ButtonStyle buttonStyle
리턴 ButtonStyle