C# 클래스 Habanero.Faces.Base.ButtonSizePolicyUserDefined

An implementation of IButtonSizePolicy that does no resizing, thus allowing you to specify your own button sizes for buttons on an IButtonGroupControl.
상속: IButtonSizePolicy
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
RecalcButtonSizes ( IControlCollection buttonCollection ) : void

Recalculates the button sizes of the given collection of buttons. This implementation does nothing to the buttons, allowing you to specify your own button sizes.

메소드 상세

RecalcButtonSizes() 공개 메소드

Recalculates the button sizes of the given collection of buttons. This implementation does nothing to the buttons, allowing you to specify your own button sizes.
public RecalcButtonSizes ( IControlCollection buttonCollection ) : void
buttonCollection IControlCollection
리턴 void