System.Html.Document.ExecCommand C# (CSharp) 메소드

ExecCommand() 공개 정적인 메소드

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

Same methods

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