System.Html.Document.ExecCommand C# (CSharp) Méthode

ExecCommand() public static méthode

public static ExecCommand ( string commandId ) : bool
commandId string
Résultat bool
        public static bool ExecCommand(string commandId)
        {
            return false;
        }

Same methods

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