C# Class ComponentFactory.Krypton.Navigator.CtrlTabCancelEventArgs

Details for control tabbing events.
Inheritance: CancelEventArgs
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
CtrlTabCancelEventArgs ( bool forward ) : System

Initialize a new instance of the CtrlTabCancelEventArgs class.

Method Details

CtrlTabCancelEventArgs() public method

Initialize a new instance of the CtrlTabCancelEventArgs class.
public CtrlTabCancelEventArgs ( bool forward ) : System
forward bool Tabbing in forward or backwards direction.
return System