Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLTxtRange Interface / execCommand Method

In This Topic
    execCommand Method (IHTMLTxtRange)
    In This Topic

    execCommand method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Function execCommand( _
       ByVal cmdID As System.String, _
       ByVal showUI As System.Boolean, _
       ByVal value As System.Object _
    ) As System.Boolean
    System.bool execCommand( 
       System.string cmdID,
       System.bool showUI,
       System.object value
    )

    Parameters

    cmdID
    showUI
    value
    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);

    See Also