System.Windows.Forms.Control.Created Property

Gets a value indicating whether the control has been created.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool Created { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Control.Created property returns true if the System.Windows.Forms.Control was successfully created even though the control's handle might not have been created or recreated yet.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0