C# Class ComponentFactory.Krypton.Toolkit.VisualContainerControl

Inheritance: VisualContainerControlBase, ISupportInitializeNotification
Afficher le fichier Open project: ComponentFactory/Krypton

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.

VisualContainerControl ( ) : System

Initialize a new instance of the VisualContainerControl 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

VisualContainerControl() protected méthode

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