UltimateEditor Class Library

UltimateEditor.PreloadImages Property

Gets or sets a value that indicates whether to preload editor images before the editor is rendered.

[Visual Basic]
Public Property PreloadImages As Boolean
[C#]
public bool PreloadImages {get; set;}

Property Value

true if editor images are preloaded before the editor is rendered; otherwise, false. The default value is true.

Remarks

Use this property to preload editor images before the editor is rendered.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace