Signals the start of an internal initialization operation.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
protected internal static bool BeginInternalInitialization()
Visual Basic (Declaration)
Protected Friend Shared Function BeginInternalInitialization As Boolean

Return Value

The previous initialization state, to be passed later to the EndInternalInitialization method.

See Also