Ejemplo n.º 1
0
 /// <summary>
 /// Gets the current state of the bold command (enabled and/or checked)
 /// </summary>
 /// <returns></returns>
 public HtmlCommandInfo GetBoldInfo()
 {
     return(editor.GetCommandInfo(Interop.IDM_BOLD));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns info about the absolute positioning of the selection
 /// </summary>
 /// <returns></returns>
 public HtmlCommandInfo GetAbsolutePositionInfo()
 {
     return(_editor.GetCommandInfo(Interop.IDM_ABSOLUTE_POSITION));
 }