Method | Description | |
---|---|---|
PageButtonController ( ViewBase target, NeedPaintHandler needPaint ) : System |
Initialize a new instance of the PageButtonController class.
|
Method | Description | |
---|---|---|
ViewIsPartOfButton ( ViewBase next ) : bool |
Discovers if the provided view is part of the button.
|
public PageButtonController ( ViewBase target, NeedPaintHandler needPaint ) : System | ||
target | ViewBase | Target for state changes. |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
return | System |
protected ViewIsPartOfButton ( ViewBase next ) : bool | ||
next | ViewBase | View to investigate. |
return | bool |