AddToolControl Method (Control)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..AddToolControl Method (Control) |
| Editor Class See Also Send Feedback |
Adds a control to the editor toolbar
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void AddToolControl( Control button ) |
| Visual Basic |
|---|
Public Sub AddToolControl ( _ button As Control _ ) |
| Visual C++ |
|---|
public: void AddToolControl( Control^ button ) |
Parameters
- button
- Type: System.Web.UI..::..Control