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
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
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