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

In This Topic
    ExecCommand Method (IHTMLControlRange)
    In This Topic
    This member is for internal use only.
    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
    See Also