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
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode 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 méthode

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
Résultat void