BaseUserControlIsLoaded Property
Gets whether the user control has already been loaded. This property is
after the
Load event is raised for the first time,
and remains
even if the handle is recreated (e.g. because
RightToLeft changes).
Can be useful if you override the
OnLoad method, and you want to avoid executing some initialization more than once.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[BrowsableAttribute(false)]
protected bool IsLoaded { get; }
<BrowsableAttribute(false)>
Protected ReadOnly Property IsLoaded As Boolean
Get
protected:
[BrowsableAttribute(false)]
property bool IsLoaded {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsLoaded : bool with get
Property Value
Boolean