UltimateEditor Class Library

ToolbarItem.AutoPopulateItems Property

Gets or sets a value that indicates whether the dropdown items are automatically populated on the client machine.

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

Property Value

true if the dropdown items are automatically populated on the client machine; otherwise, false. The default value is false.

Remarks

Use this property to automatically populate the dropdown items on the client machine. This feature works with only Paragraph and Font dropdowns.

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace