C# Class ComponentFactory.Krypton.Navigator.CtrlTabCancelEventArgs

Details for control tabbing events.
Inheritance: CancelEventArgs
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
CtrlTabCancelEventArgs ( bool forward ) : System

Initialize a new instance of the CtrlTabCancelEventArgs class.

Method Details

CtrlTabCancelEventArgs() public méthode

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