C# Класс ComponentFactory.Krypton.Navigator.PageButtonController

Handle a button by ensuring that contained button specs are not treated as part of the button itself.
Наследование: ComponentFactory.Krypton.Toolkit.ButtonController
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PageButtonController ( ViewBase target, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PageButtonController class.

Защищенные методы

Метод Описание
ViewIsPartOfButton ( ViewBase next ) : bool

Discovers if the provided view is part of the button.

Описание методов

PageButtonController() публичный Метод

Initialize a new instance of the PageButtonController class.
public PageButtonController ( ViewBase target, NeedPaintHandler needPaint ) : System
target ViewBase Target for state changes.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

ViewIsPartOfButton() защищенный Метод

Discovers if the provided view is part of the button.
protected ViewIsPartOfButton ( ViewBase next ) : bool
next ViewBase View to investigate.
Результат bool