[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLTxtRange.execCommand

execCommand Method

execCommand(string, bool, object)

execCommand method of IHTMLTxtRange interface.

Declaration
bool execCommand(string cmdID, bool showUI, object value)
Parameters
Type Name Description
string cmdID
bool showUI
object value
Returns
Type Description
bool
Remarks

An original IDL definition of execCommand method was the following: HRESULT execCommand (BSTR cmdID, [optional, defaultvalue(0)] VARIANT_BOOL showUI, [optional] VARIANT value, [out, retval] VARIANT_BOOL* ReturnValue);