Specifies whether to preload images used in the control.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool PreloadImages { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property PreloadImages As Boolean

Remarks

Set value to false if you don't want to preload images.

See Also