Wrapper around execCommand method to execute command
Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub ExecCommand( _ ByVal cmdID As String, _ ByVal showUI As Boolean, _ ByVal value As Object _ ) |
| C# |
|---|
| public void ExecCommand( string cmdID, bool showUI, object value ) |
| C++ |
|---|
| public: void ExecCommand( String cmdID, bool showUI, Object value ) sealed |
| J# |
|---|
| public void ExecCommand( string cmdID, bool showUI, object value ) |
| JScript |
|---|
| public
function ExecCommand( cmdID : String, showUI : bool, value : Object ) |
Parameters
- cmdID
- command ID, like paste, cut etc.
- showUI
- value
- object value to operate with command