C# Class ComponentFactory.Krypton.Toolkit.VisualControl

Inheritance: VisualControlBase, ISupportInitializeNotification
Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeginInit ( ) : void

Signals the object that initialization is starting.

EndInit ( ) : void

Signals the object that initialization is complete.

Méthodes protégées

Méthode Description
OnInitialized ( EventArgs e ) : void

Raises the Initialized event.

VisualControl ( ) : System

Initialize a new instance of the VisualControl class.

Method Details

BeginInit() public méthode

Signals the object that initialization is starting.
public BeginInit ( ) : void
Résultat void

EndInit() public méthode

Signals the object that initialization is complete.
public EndInit ( ) : void
Résultat void

OnInitialized() protected méthode

Raises the Initialized event.
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
Résultat void

VisualControl() protected méthode

Initialize a new instance of the VisualControl class.
protected VisualControl ( ) : System
Résultat System