RadEditor for ASP.NET

RadEditor Send comments on this topic.
ToolbarMode Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : ToolbarMode Property


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 (Declaration) 
Public Property ToolbarMode As EditorToolbarMode
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As EditorToolbarMode
 
instance.ToolbarMode = value
 
value = instance.ToolbarMode
C# 
public EditorToolbarMode ToolbarMode {get; set;}

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

Several editors can simulate usage of the same toolbar if this property has the same value everywhere

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also