C# Class ComponentFactory.Krypton.Toolkit.CorrectContextControl

Temporary setup of the provided control in the context.
Inheritance: IDisposable
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
CorrectContextControl ( ViewLayoutContext context, Control control ) : System

Initialize a new instance of the CorrectContextControl class.

Dispose ( ) : void

Cleanup settings.

Method Details

CorrectContextControl() public méthode

Initialize a new instance of the CorrectContextControl class.
public CorrectContextControl ( ViewLayoutContext context, Control control ) : System
context ViewLayoutContext Context to update.
control System.Windows.Forms.Control Actual parent control instance.
Résultat System

Dispose() public méthode

Cleanup settings.
public Dispose ( ) : void
Résultat void