C# 클래스 Habanero.Faces.Win.ButtonSizePolicyWin

An implementation of IButtonSizePolicy that will size all the buttons equally based on the widest one. It also maintains a minimum button size equal to the screen resolution / 20.
상속: IButtonSizePolicy
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
ButtonSizePolicyWin ( IControlFactory controlFactory ) : System.Windows.Forms

Constructor

RecalcButtonSizes ( IControlCollection buttonCollection ) : void

Recalculates the button sizes of the given collection of buttons.

메소드 상세

ButtonSizePolicyWin() 공개 메소드

Constructor
public ButtonSizePolicyWin ( IControlFactory controlFactory ) : System.Windows.Forms
controlFactory IControlFactory The to use.
리턴 System.Windows.Forms

RecalcButtonSizes() 공개 메소드

Recalculates the button sizes of the given collection of buttons.
public RecalcButtonSizes ( IControlCollection buttonCollection ) : void
buttonCollection IControlCollection
리턴 void