Specifies whether the image and text are rendered.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum DisplayStyle
Visual Basic (Declaration)
Public Enumeration DisplayStyle

Members

Member nameDescription
Text The text is rendered only.
Image The image is rendered only.
ImageAndText The image and text are rendered.

See Also