RadEditor for ASP.NET

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


Gets or sets the value indicating whether the [Submit] and [Cancel] buttons will be displayed.   

 

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

Syntax

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

Return Value

true when the [Submit] and [Cancel] buttons are displayed; otherwise false. The default value is true.

Requirements

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

See Also