/// <summary> /// Returns info about the absolute positioning of the selection /// </summary> /// <returns></returns> public HtmlCommandInfo GetAbsolutePositionInfo() { return(_editor.GetCommandInfo(Interop.IDM_ABSOLUTE_POSITION)); }
/// <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)); }