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
Показать файл Открыть проект

Открытые методы

Метод Описание
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