C# Class Habanero.Faces.Test.Win.Mappers.TestControlMapperStrategyWin.ControlMapperStrategyWinSpy

Inheritance: Habanero.Faces.Win.ControlMapperStrategyWin
显示文件 Open project: Chillisoft/habanero.faces

Public Methods

Method Description
CallCtlKeyUpHandler ( ) : void
CallCtlKeyUpHandler ( Keys key ) : void
CallGetFirstControl ( Control parentControl, Control control ) : Control
CallGetNextControlInTabOrder ( Control parentControl, Control control ) : Control

Method Details

CallCtlKeyUpHandler() public method

public CallCtlKeyUpHandler ( ) : void
return void

CallCtlKeyUpHandler() public method

public CallCtlKeyUpHandler ( Keys key ) : void
key Keys
return void

CallGetFirstControl() public method

public CallGetFirstControl ( Control parentControl, Control control ) : Control
parentControl System.Windows.Forms.Control
control System.Windows.Forms.Control
return System.Windows.Forms.Control

CallGetNextControlInTabOrder() public method

public CallGetNextControlInTabOrder ( Control parentControl, Control control ) : Control
parentControl System.Windows.Forms.Control
control System.Windows.Forms.Control
return System.Windows.Forms.Control