Gets or sets the value indicating how the editor toolbar will be rendered and will act on the client
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value As EditorToolbarMode
instance.ToolbarMode = value
value = instance.ToolbarMode
|
Return Value
Default Toolbars are rendered around the editor content area.
Floating Toolbars are rendered in a moveable window.
PageTop Toolbars appear on top of page when editor gets focus.
ShowOnFocus Toolbars appear right above the editor when it focus.
Remarks
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also