C# 클래스 Open.Core.Controls.Buttons.ButtonBase

A logical model for a button.
상속: ModelBase, IButton, ISize
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 메소드들

메소드 설명
ButtonBase ( ) : System

Constructor.

CreateView ( ) : IButtonView
InvokeClick ( bool force ) : void
SetSize ( int width, int height ) : void
UpdateLayout ( ) : void

보호된 메소드들

메소드 설명
FireLayoutInvalidated ( ) : void

비공개 메소드들

메소드 설명
FireClick ( ) : void
FireIsPressedChanged ( ) : void

메소드 상세

ButtonBase() 공개 메소드

Constructor.
public ButtonBase ( ) : System
리턴 System

CreateView() 공개 메소드

public CreateView ( ) : IButtonView
리턴 IButtonView

FireLayoutInvalidated() 보호된 메소드

protected FireLayoutInvalidated ( ) : void
리턴 void

InvokeClick() 공개 메소드

public InvokeClick ( bool force ) : void
force bool
리턴 void

SetSize() 공개 메소드

public SetSize ( int width, int height ) : void
width int
height int
리턴 void

UpdateLayout() 공개 메소드

public UpdateLayout ( ) : void
리턴 void