C# Class ComponentFactory.Krypton.Toolkit.VisualContainerControl

Inheritance: VisualContainerControlBase, ISupportInitializeNotification
Show file Open project: ComponentFactory/Krypton

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.

VisualContainerControl ( ) : System

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

VisualContainerControl() protected method

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