C# Class 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.
Inheritance: IButtonSizePolicy
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
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.

Method Details

RecalcButtonSizes() public method

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
return void