BaseControl.ManualRendering Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets a value indicating whether the control should be created but not rendered.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public bool ManualRendering { get; set; }

Property Value

Type: System..Boolean

If true, the control is created but not rendered. If so, you can render the control by calling the imageUploaderFlash.writeHtml method. If false, the control is rendered right after creation.

Default value is false.

See Also

Reference