Table of Contents

Method Init

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Init()

Initializes main child control.

protected override void Init()

Remarks

Override this method to do custom initialization. Do not call this method directly, it is called automatically from constructor. When overriding you must call base method before any other initializations.