C# Class ComponentFactory.Krypton.Toolkit.VisualControl

Inheritance: VisualControlBase, ISupportInitializeNotification
Datei anzeigen Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BeginInit ( ) : void

Signals the object that initialization is starting.

EndInit ( ) : void

Signals the object that initialization is complete.

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Raises the Initialized event.

VisualControl ( ) : System

Initialize a new instance of the VisualControl class.

Method Details

BeginInit() public method

Signals the object that initialization is starting.
public BeginInit ( ) : void
return void

EndInit() public method

Signals the object that initialization is complete.
public EndInit ( ) : void
return void

OnInitialized() protected method

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

VisualControl() protected method

Initialize a new instance of the VisualControl class.
protected VisualControl ( ) : System
return System