RadEditor for ASP.NET

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


Gets or sets the height of the RadEditor toolbar.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property ToolsHeight As Unit
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As Unit
 
instance.ToolsHeight = value
 
value = instance.ToolsHeight
C# 
public Unit ToolsHeight {get; set;}

Return Value

A Unit that represents the height of the toolbar. The default value is 130px.

Remarks

If the ToolsOnPage property is set to false and you have more than two rows of tools on the toolbar, increase the ToolHeight property value to get all of the tools displayed.

Requirements

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

See Also