System.Html.Document.ExecCommand C# (CSharp) Method

ExecCommand() public static method

public static ExecCommand ( string commandId, bool showUI, string value ) : bool
commandId string
showUI bool
value string
return bool
        public static bool ExecCommand(string commandId, bool showUI, string value)
        {
            return false;
        }

Same methods

Document::ExecCommand ( string commandId ) : bool
Document::ExecCommand ( string commandId, bool showUI ) : bool