GetExpressToolbarItems Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| EditorProvider..::..GetExpressToolbarItems Method |
| EditorProvider Class See Also Send Feedback |
Namespace:Â CuteEditor.Impl
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public ConfigItem[] GetExpressToolbarItems( Editor editor ) |
| Visual Basic |
|---|
Public Function GetExpressToolbarItems ( _ editor As Editor _ ) As ConfigItem() |
| Visual C++ |
|---|
public: array<ConfigItem^>^ GetExpressToolbarItems( Editor^ editor ) |
Parameters
- editor
- Type: CuteEditor..::..Editor