[archived content]

Control.created property

public bool created   [property getter]

Returns whether or not the control is in its created state. This does not directly relate to the existence of an underlying handle.

Controls are implicitly and explicitly created in various ways: calling show; setting visible? = true; calling createControl; referencing the handle; creating the parent.

See also: handle, isHandleCreated?, controls, createControl, handleCreated?

Page last modified on May 15, 2007, at 12:00 PM