C# Class ComponentFactory.Krypton.Navigator.PageButtonController

Handle a button by ensuring that contained button specs are not treated as part of the button itself.
Inheritance: ComponentFactory.Krypton.Toolkit.ButtonController
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
PageButtonController ( ViewBase target, NeedPaintHandler needPaint ) : System

Initialize a new instance of the PageButtonController class.

Méthodes protégées

Méthode Description
ViewIsPartOfButton ( ViewBase next ) : bool

Discovers if the provided view is part of the button.

Method Details

PageButtonController() public méthode

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.
Résultat System

ViewIsPartOfButton() protected méthode

Discovers if the provided view is part of the button.
protected ViewIsPartOfButton ( ViewBase next ) : bool
next ViewBase View to investigate.
Résultat bool