aspControls RichTextBox Web Control

Toolbar Constructor (String, ToolbarOrientations, WebControl)

[Visual Basic]
Overloads Public Sub New( _
   ByVal id As String, _
   ByVal orientation As ToolbarOrientations, _
   ByVal parent As WebControl _
)
[C#]
public Toolbar(
   string id,
   ToolbarOrientations orientation,
   WebControl parent
);

See Also

Toolbar Class | aspControls.Web.UI.WebControls Namespace | Toolbar Constructor Overload List