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