Esempio n. 1
0
 public bool QueryCommandState(NoteEditorCommand command)
 {
     return(htmlDoc.queryCommandState(command.Value));
 }
Esempio n. 2
0
 /// <summary>
 /// Determine whether the current block is left justified.
 /// </summary>
 /// <returns>true if left justified, otherwise false</returns>
 public bool IsJustifyLeft()
 {
     return(doc.queryCommandState("JustifyLeft"));
 }
Esempio n. 3
0
 public bool queryCommandState(string cmdID)
 {
     return(_innerDoc2.queryCommandState(cmdID));
 }