Piccolo.NET

PControl.Editing Property

Gets or sets a value indicating whether or not the control is editable.

public virtual bool Editing {get; set;}

Property Value

Indicates whether or not the control is editable.

Remarks

When the property is set to true, the underlying control is added to the current canvas and treated as a normal windows component. However, when the property is set to false, the control is rendered as an image.

See Also

PControl Class | UMD.HCIL.PiccoloX.Nodes Namespace