• Editor for WinForms Overview
    • Help with WinForms Edition
  • Key Features
  • Editor for WinForms Elements
    • C1Editor Overview
      • C1Editor Modes
    • C1EditorToolStripMain Overview
    • C1EditorToolStripObjects Overview
    • C1EditorToolStripStyle Overview
    • C1EditorToolStripTable Overview
  • Editor for WinForms Quick Start
    • Step 1 of 4: Adding Editor for WinForms Components to the Form
    • Step 2 of 4: Binding C1Editor to a Document
    • Step 3 of 4: Applying a Cascading Style Sheet
    • Step 4 of 4: Running the Project
  • C1Editor Design-Time Support
    • Smart Tags
    • Context Menus
  • C1Editor Run-Time Elements
    • C1Editor Dialog Boxes
      • Bookmark Properties Dialog Box
      • Movie in Flash Format Properties Dialog Box
      • Find and Replace Dialog Box
      • Style Formatting Dialog Box
        • Font Tab
        • Background Tab
        • Border Tab
        • Box Tab
        • Paragraph Tab
        • Position Tab
      • Hyperlink Properties Dialog Box
      • Picture Properties Dialog Box
      • Page Setup Dialog Box
      • Table Properties Dialog Box
        • Row Properties
        • Column Properties
        • Cell Properties
      • Using a Custom Dialog Box
    • Keyboard Shortcuts
  • Creating an XHTML Editor in Code
    • The ToolStripBase class
    • The ToolStripMain class
      • File Commands
      • Clipboard Commands
      • Editing Commands
      • Word Count command
      • Spell-Checking Commands
      • Enabling and Disabling Commands
    • The ToolStripStyles class
      • Cascading Style Sheets
      • Showing and Applying Styles
      • Bold, Italic, Underline, Clear Formatting
      • Enabling and Disabling Commands
    • Performing Other Common Tasks
      • Selecting a Paragraph using the Select Method
      • Selecting a Paragraph using the XmlDocument
      • Search and Replace with the Selection object
      • Search and Replace with the XmlDocument
  • Editor for WinForms Samples
  • Editor for WinForms Task-Based Help
    • Changing the C1Editor Mode
    • Binding C1Editor to a Document
    • Loading an XHTML Document from a File
    • Linking a ToolStrip to C1Editor
    • Creating a Custom ToolStrip
    • Selecting Characters in the C1Editor
    • Using a Cascading Style Sheet with C1Editor
  • API Reference
    • C1.Win.C1Editor.4 Assembly
      • Namespaces
        • C1.Win.C1Editor Namespace
          • Overview
          • Classes
            • BeforeModeChangeEventArgs
              • Overview
              • Members
              • BeforeModeChangeEventArgs Constructor
              • Properties
                • HtmlString Property
                • NewMode Property
            • C1Editor
              • Overview
              • Members
              • C1Editor Constructor
              • Methods
                • BeginInit Method
                • BeginTransaction Method
                • CanRedo Method
                • CanShowDialog Method
                • CanUndo Method
                • CommitTransaction Method
                • Copy Method
                • CreateRange Method
                  • CreateRange() Method
                  • CreateRange(Int32,Int32) Method
                  • CreateRange(XmlNode) Method
                  • CreateRange(C1TextPointer,C1TextPointer) Method
                • Cut Method
                • EndInit Method
                • FixSource Method
                • Focus Method
                • GetActiveXInstance Method
                • LoadDesignCSS Method
                  • LoadDesignCSS(String) Method
                  • LoadDesignCSS(Stream) Method
                • LoadPreviewCSS Method
                  • LoadPreviewCSS(String) Method
                  • LoadPreviewCSS(Stream) Method
                • LoadRtf Method
                  • LoadRtf(Stream,Uri) Method
                  • LoadRtf(String) Method
                • LoadXml Method
                  • LoadXml(String,Uri) Method
                  • LoadXml(Stream,Uri) Method
                  • LoadXml(String) Method
                • Paste Method
                • PasteAsText Method
                • Print Method
                  • Print() Method
                  • Print(Boolean) Method
                  • Print(Boolean,String) Method
                • PrintPreview Method
                  • PrintPreview() Method
                  • PrintPreview(String) Method
                • Redo Method
                • RollbackTransaction Method
                • SaveRtf Method
                  • SaveRtf(String) Method
                  • SaveRtf(Stream) Method
                • SaveXml Method
                  • SaveXml(String) Method
                  • SaveXml(Stream) Method
                  • SaveXml() Method
                • ScrollIntoView Method
                • Select Method
                  • Select(Int32,Int32) Method
                • SelectAll Method
                • ShowDialog Method
                • Undo Method
                • ValidateSource Method
              • Properties
                • AcceptsTab Property
                • AllowAdHocTags Property
                • AllowDrop Property
                • BaseUri Property
                • BorderStyle Property
                • CanCopy Property
                • CanCut Property
                • CanPaste Property
                • CanPasteAsText Property
                • ContextMenuStrip Property
                • CustomDialogs Property
                • DefaultTitle Property
                • Document Property
                • EnableComments Property
                • Focused Property
                • History Property
                • IsDirty Property
                • KeyboardShortcutsEnabled Property
                • MaxLength Property
                • Mode Property
                • ReadOnly Property
                • SelectedText Property
                • Selection Property
                • SelectionLength Property
                • SelectionStart Property
                • Text Property
                • WebBrowser Property
                • WordWrap Property
                • Xml Property
                • XmlExtensions Property
              • Events
                • AfterSave Event
                • BeforeModeChange Event
                • BeforeSave Event
                • DocumentChanged Event
                • HtmlEvent Event
                • ModeChanged Event
                • SelectionChanged Event
            • C1TextPointer
              • Overview
              • Members
              • Methods
                • Equals Method
                  • Equals(C1TextPointer) Method
                  • Equals(Object) Method
                • GetHashCode Method
                • Move Method
                • MoveTo Method
              • Properties
                • LeftNode Property
                • Node Property
                • Offset Property
                • RightNode Property
              • Operators
                • Equality Operator
                • Greater Than Operator
                • Greater Than or Equal Operator
                • Inequality Operator
                • Less Than Operator
                • Less Than or Equal Operator
            • C1TextRange
              • Overview
              • Members
              • Methods
                • ApplyClass Method
                  • ApplyClass(String) Method
                  • ApplyClass(String,C1StyleType) Method
                • ApplyStyle Method
                  • ApplyStyle(String,String) Method
                  • ApplyStyle(String,String,C1StyleType) Method
                • ApplyTag Method
                • ClearFormatting Method
                • Clone Method
                • GetStyleValue Method
                  • GetStyleValue(String) Method
                  • GetStyleValue(String,C1StyleType) Method
                • GetTags Method
                • IsClassApplied Method
                • IsStyleApplied Method
                • IsTagApplied Method
                • Move Method
                • MoveTo Method
                • Normalize Method
                • RemoveClass Method
                • RemoveStyle Method
                • RemoveTag Method
                • Select Method
                • SetXmlElement Method
                • Trim Method
              • Properties
                • End Property
                • Node Property
                • Start Property
                • Text Property
                • XmlText Property
            • Comments
              • Overview
              • Members
              • Methods
                • CanExecute Method
                • Execute Method
            • HtmlEventEventArgs
              • Overview
              • Members
              • HtmlEventEventArgs Constructor
              • Properties
                • HTMLEventObj Property
                • Type Property
            • List
              • Overview
              • Members
              • Methods
                • CanExecute Method
                • Execute Method
              • Properties
                • Type Property
            • Strings.Colors
              • Overview
              • Members
            • Strings.Colors.SystemColors
              • Overview
              • Members
              • Properties
                • ActiveBorder Property
                • ActiveCaption Property
                • ActiveCaptionText Property
                • AppWorkspace Property
                • ButtonFace Property
                • ButtonHighlight Property
                • ButtonShadow Property
                • Control Property
                • ControlDark Property
                • ControlDarkDark Property
                • ControlLight Property
                • ControlLightLight Property
                • ControlText Property
                • Desktop Property
                • GradientActiveCaption Property
                • GradientInactiveCaption Property
                • GrayText Property
                • Highlight Property
                • HighlightText Property
                • HotTrack Property
                • InactiveBorder Property
                • Info Property
                • InfoText Property
                • Menu Property
                • MenuBar Property
                • MenuHighlight Property
                • MenuText Property
                • ScrollBar Property
                • Window Property
                • WindowFrame Property
                • WindowText Property
            • Strings.Colors.WebColors
              • Overview
              • Members
              • Properties
                • AliceBlue Property
                • AntiqueWhite Property
                • Aqua Property
                • Aquamarine Property
                • Azure Property
                • Beige Property
                • Bisque Property
                • Black Property
                • BlanchedAlmond Property
                • Blue Property
                • BlueViolet Property
                • Brown Property
                • BurlyWood Property
                • CadetBlue Property
                • Chartreuse Property
                • Chocolate Property
                • Coral Property
                • CornflowerBlue Property
                • Cornsilk Property
                • Crimson Property
                • Cyan Property
                • DarkBlue Property
                • DarkCyan Property
                • DarkGoldenrod Property
                • DarkGray Property
                • DarkGreen Property
                • DarkKhaki Property
                • DarkMagenta Property
                • DarkOliveGreen Property
                • DarkOrange Property
                • DarkOrchid Property
                • DarkRed Property
                • DarkSalmon Property
                • DarkSeaGreen Property
                • DarkSlateBlue Property
                • DarkSlateGray Property
                • DarkTurquoise Property
                • DarkViolet Property
                • DeepPink Property
                • DeepSkyBlue Property
                • DimGray Property
                • DodgerBlue Property
                • Firebrick Property
                • FloralWhite Property
                • ForestGreen Property
                • Fuchsia Property
                • Gainsboro Property
                • GhostWhite Property
                • Gold Property
                • Goldenrod Property
                • Gray Property
                • Green Property
                • GreenYellow Property
                • Honeydew Property
                • HotPink Property
                • IndianRed Property
                • Indigo Property
                • Ivory Property
                • Khaki Property
                • Lavender Property
                • LavenderBlush Property
                • LawnGreen Property
                • LemonChiffon Property
                • LightBlue Property
                • LightCoral Property
                • LightCyan Property
                • LightGoldenrodYellow Property
                • LightGray Property
                • LightGreen Property
                • LightPink Property
                • LightSalmon Property
                • LightSeaGreen Property
                • LightSkyBlue Property
                • LightSlateGray Property
                • LightSteelBlue Property
                • LightYellow Property
                • Lime Property
                • LimeGreen Property
                • Linen Property
                • Magenta Property
                • Maroon Property
                • MediumAquamarine Property
                • MediumBlue Property
                • MediumOrchid Property
                • MediumPurple Property
                • MediumSeaGreen Property
                • MediumSlateBlue Property
                • MediumSpringGreen Property
                • MediumTurquoise Property
                • MediumVioletRed Property
                • MidnightBlue Property
                • MintCream Property
                • MistyRose Property
                • Moccasin Property
                • NavajoWhite Property
                • Navy Property
                • OldLace Property
                • Olive Property
                • OliveDrab Property
                • Orange Property
                • OrangeRed Property
                • Orchid Property
                • PaleGoldenrod Property
                • PaleGreen Property
                • PaleTurquoise Property
                • PaleVioletRed Property
                • PapayaWhip Property
                • PeachPuff Property
                • Peru Property
                • Pink Property
                • Plum Property
                • PowderBlue Property
                • Purple Property
                • Red Property
                • RosyBrown Property
                • RoyalBlue Property
                • SaddleBrown Property
                • Salmon Property
                • SandyBrown Property
                • SeaGreen Property
                • SeaShell Property
                • Sienna Property
                • Silver Property
                • SkyBlue Property
                • SlateBlue Property
                • SlateGray Property
                • Snow Property
                • SpringGreen Property
                • SteelBlue Property
                • Tan Property
                • Teal Property
                • Thistle Property
                • Tomato Property
                • Transparent Property
                • Turquoise Property
                • Violet Property
                • Wheat Property
                • White Property
                • WhiteSmoke Property
                • Yellow Property
                • YellowGreen Property
            • Strings.Comments
              • Overview
              • Members
              • Properties
                • AddComment Property
                • CommentDateDaysAgo Property
                • CommentDateFewMinutesAgo Property
                • CommentDateFewSecondsAgo Property
                • CommentDateHoursAgo Property
                • CommentDateMinutesAgo Property
                • CommentDateYesterday Property
                • EditComment Property
                • RemoveAllComments Property
                • RemoveComment Property
                • ReplyComment Property
                • ReplyCommentToopTip Property
            • Strings.ContextMenu
              • Overview
              • Members
              • Properties
                • BookmarkProperties Property
                • ClearFormatting Property
                • ContinueNumbering Property
                • Copy Property
                • Cut Property
                • FlashMovieProperties Property
                • Formatting Property
                • Hyperlink Property
                • Paste Property
                • PictureProperties Property
                • RestartNumbering Property
            • Strings.Dialogs
              • Overview
              • Members
            • Strings.Dialogs.Alignment
              • Overview
              • Members
              • Properties
                • Bottom Property
                • Center Property
                • Default Property
                • Left Property
                • Middle Property
                • Right Property
                • Top Property
            • Strings.Dialogs.AnchorDialogs
              • Overview
              • Members
              • Properties
                • SelectionInDocument Property
            • Strings.Dialogs.BackgroundRepeat
              • Overview
              • Members
              • Properties
                • Both Property
                • Horizontally Property
                • NoRepeat Property
                • Vertically Property
            • Strings.Dialogs.BorderStyle
              • Overview
              • Members
              • Properties
                • Dashed Property
                • Dotted Property
                • Double Property
                • Groove Property
                • Hidden Property
                • Inset Property
                • None Property
                • Outset Property
                • Ridge Property
                • Solid Property
            • Strings.Dialogs.BorderWidth
              • Overview
              • Members
              • Properties
                • Medium Property
                • Thick Property
                • Thin Property
            • Strings.Dialogs.DownloadingFileForm
              • Overview
              • Members
              • Properties
                • CancelButton Property
                • CloseButton Property
                • StatusCaption Property
                • StatusFinishedWithError Property
                • StatusInProgress Property
                • StatusSuccessfullyCompleted Property
                • Text Property
            • Strings.Dialogs.LineHeight
              • Overview
              • Members
              • Properties
                • Normal Property
            • Strings.Dialogs.MeasurementUnits
              • Overview
              • Members
              • Properties
                • Centimeters Property
                • Ems Property
                • Inches Property
                • Millimeters Property
                • Percentage Property
                • Picas Property
                • Pixels Property
                • Points Property
                • XHeight Property
            • Strings.Dialogs.OpenFileDialog
              • Overview
              • Members
              • Properties
                • BrowseTooltip Property
                • SelectFileTitle Property
                • SelectImageFileTitle Property
            • Strings.Dialogs.Position
              • Overview
              • Members
              • Properties
                • Absolute Property
                • Auto Property
                • Fixed Property
                • Relative Property
                • Static Property
            • Strings.Dialogs.Preview
              • Overview
              • Members
              • Properties
                • ParagraphText Property
                • Text Property
            • Strings.Dialogs.SizeFormat
              • Overview
              • Members
              • Properties
                • Percent Property
                • Pixels Property
            • Strings.Dialogs.Spacing
              • Overview
              • Members
              • Properties
                • Normal Property
            • Strings.Dialogs.StyleInheritance
              • Overview
              • Members
              • Properties
                • Inherited Property
                • Overridden Property
                • Specified Property
            • Strings.Dialogs.TextAlign
              • Overview
              • Members
              • Properties
                • Center Property
                • Justify Property
                • Left Property
                • Right Property
            • Strings.Dialogs.TextTransform
              • Overview
              • Members
              • Properties
                • Capitalize Property
                • Lowercase Property
                • None Property
                • Uppercase Property
            • Strings.Dialogs.WindowTarget
              • Overview
              • Members
              • Properties
                • Default Property
                • NewWindow Property
                • ParentFrame Property
                • SameFrame Property
                • WholePage Property
            • Strings.Dialogs.ZIndex
              • Overview
              • Members
              • Properties
                • Normal Property
            • Strings.FileFilters
              • Overview
              • Members
              • Properties
                • AllFiles Property
                • DocumentFiles Property
                • FlashMovieFiles Property
                • ImageFiles Property
            • Strings.Messages
              • Overview
              • Members
              • Properties
                • BookmarkExists Property
                • BookmarkExistsValidationError Property
                • CustomElementAlreadyExists Property
                • CustomElementBadName Property
                • CustomElementExistsAsStansardElement Property
                • ErrorNestingTransaction Property
                • ErrorPageOnDesign Property
                • ErrorPageOnOpen Property
                • ErrorValidatingDocument Property
                • ExternalMediaSource Property
                • FileNotFound Property
                • InvalidBookmarkName Property
                • MissingTable Property
                • MissingTableCell Property
                • MissingTableRow Property
                • PromptsToSaveChanges Property
                • PromptsToSaveChangesWithValidationErrors Property
                • ReplaceAllComplete Property
                • SearchComplete Property
                • WrongXmlAttribute Property
                • WrongXmlElement Property
            • Strings.TableContextMenu
              • Overview
              • Members
              • Properties
                • CellProperties Property
                • ColumnProperties Property
                • Delete Property
                • DeleteColumns Property
                • DeleteRows Property
                • DeleteTable Property
                • Insert Property
                • InsertColumnAfter Property
                • InsertColumnBefore Property
                • InsertRowAbove Property
                • InsertRowBelow Property
                • MergeCells Property
                • RowProperties Property
                • SplitCells Property
                • TableProperties Property
            • Strings.ToolStrips
              • Overview
              • Members
            • Strings.ToolStrips.Main
              • Overview
              • Members
              • Properties
                • Copy Property
                • CopyTooltip Property
                • Cut Property
                • CutTooltip Property
                • DesignMode Property
                • DesignModeTooltip Property
                • Find Property
                • FindTooltip Property
                • NewFile Property
                • NewFileTooltip Property
                • OpenFile Property
                • OpenFileTooltip Property
                • Paste Property
                • PasteTooltip Property
                • PreviewMode Property
                • PreviewModeTooltip Property
                • Print Property
                • PrintTooltip Property
                • Redo Property
                • RedoTooltip Property
                • Replace Property
                • ReplaceTooltip Property
                • SaveFile Property
                • SaveFileTooltip Property
                • SelectAll Property
                • SelectAllTooltip Property
                • SourceMode Property
                • SourceModeTooltip Property
                • Undo Property
                • UndoTooltip Property
            • Strings.ToolStrips.Objects
              • Overview
              • Members
              • Properties
                • Bookmark Property
                • BookmarkTooltip Property
                • FlashMovie Property
                • FlashMovieTooltip Property
                • Hyperlink Property
                • HyperlinkTooltip Property
                • Picture Property
                • PictureTooltip Property
                • Table Property
                • TableTooltip Property
            • Strings.ToolStrips.Review
              • Overview
              • Members
              • Properties
                • AddComment Property
                • AddCommentToolTip Property
                • DeleteAllComments Property
                • DeleteAllCommentsToolTip Property
                • DeleteComment Property
                • DeleteCommentToolTip Property
                • MoveNextComment Property
                • MoveNextCommentToolTip Property
                • MovePreviousComment Property
                • MovePreviousCommentToolTip Property
                • ReplyComment Property
                • ReplyCommentToolTip Property
                • ShowComments Property
                • ShowCommentsToolTip Property
            • Strings.ToolStrips.Style
              • Overview
              • Members
              • Properties
                • AlignCenter Property
                • AlignCenterTooltip Property
                • AlignJustify Property
                • AlignJustifyTooltip Property
                • AlignLeft Property
                • AlignLeftTooltip Property
                • AlignRight Property
                • AlignRightTooltip Property
                • BackColorTooltip Property
                • BigFont Property
                • BigFontTooltip Property
                • Bold Property
                • BoldTooltip Property
                • BorderAll Property
                • BorderAllTooltip Property
                • BorderBottom Property
                • BorderBottomTooltip Property
                • BorderLeft Property
                • BorderLeftTooltip Property
                • BorderNone Property
                • BorderNoneTooltip Property
                • BorderRight Property
                • BordersRightTooltip Property
                • BorderTop Property
                • BorderTopTooltip Property
                • BulletedList Property
                • BulletedListTooltip Property
                • ClearFormatting Property
                • ClearFormattingTooltip Property
                • DecreaseIndent Property
                • DecreaseIndentTooltip Property
                • DefaultFontFamily Property
                • DefaultFontSize Property
                • FontSize10pt Property
                • FontSize12pt Property
                • FontSize14pt Property
                • FontSize18pt Property
                • FontSize24pt Property
                • FontSize36pt Property
                • FontSize8pt Property
                • ForeColorTooltip Property
                • IncreaseIndent Property
                • IncreaseIndentTooltip Property
                • Italic Property
                • ItalicTooltip Property
                • NumberedList Property
                • NumberedListTooltip Property
                • ParagraphBackColorTooltip Property
                • SmallFont Property
                • SmallFontTooltip Property
                • Strikethrough Property
                • StrikethroughTooltip Property
                • StyleHeading Property
                • StyleNone Property
                • StyleOrderedList Property
                • StyleParagraph Property
                • StylePreformattedText Property
                • StyleUnorderedList Property
                • Subscript Property
                • SubscriptTooltip Property
                • Superscript Property
                • SuperscriptTooltip Property
                • Underline Property
                • UnderlineTooltip Property
            • Strings.ToolStrips.Table
              • Overview
              • Members
              • Properties
                • CellProperties Property
                • CellPropertiesTooltip Property
                • ColumnProperties Property
                • ColumnPropertiesTooltip Property
                • DeleteColumn Property
                • DeleteColumnTooltip Property
                • DeleteRow Property
                • DeleteRowTooltip Property
                • DeleteTable Property
                • DeleteTableTooltip Property
                • InsertColumnAfter Property
                • InsertColumnAfterTooltip Property
                • InsertColumnBefore Property
                • InsertColumnBeforeTooltip Property
                • InsertRowAbove Property
                • InsertRowAboveTooltip Property
                • InsertRowBelow Property
                • InsertRowBelowTooltip Property
                • RowProperties Property
                • RowPropertiesTooltip Property
                • TableProperties Property
                • TablePropertiesTooltip Property
            • Strings.Transactions
              • Overview
              • Members
              • Properties
                • AddComment Property
                • ApplyFormatting Property
                • ApplyStyle Property
                • Attribute Property
                • Change Property
                • ChangeItem Property
                • CommonActionTemplate Property
                • Cut Property
                • DecreaseIndent Property
                • DefaultName Property
                • DeleteTableCellsRangeContent Property
                • Drop Property
                • EmptyAction Property
                • FixSource Property
                • FlashMovieResize Property
                • IncreaseIndent Property
                • Insert Property
                • NewItem Property
                • Node Property
                • Paste Property
                • PictureResize Property
                • Remove Property
                • RemoveComment Property
                • RemoveComments Property
                • RemoveDeletedBookmarks Property
                • RemoveFormatting Property
                • RemoveStyle Property
                • ReplyComment Property
                • SetAttribute Property
                • SetDocumentText Property
                • SetRangeText Property
                • SourceModeChanges Property
                • TableColumnResize Property
                • TableResize Property
                • Typing Property
                • WriteXML Property
            • Strings.Validation
              • Overview
              • Members
              • Properties
                • ValidateErrorColumn Property
                • ValidateErrorLine Property
                • ValidateErrorsDescription Property
            • Table
              • Overview
              • Members
              • Methods
                • CanExecute Method
                • CanShowDialog Method
                • Execute Method
                • ShowDialog Method
          • Enumerations
            • C1StyleType
            • Comments.Action
            • DialogType
            • EditorMode
            • HtmlEventTypes
            • List.Action
            • List.ListType
            • MoveUnit
            • Table.Action
            • Table.DialogType
          • Delegates
            • BeforeModeChangeEventHandler
            • HtmlEventEventHandler
        • C1.Win.C1Editor.Internal Namespace
          • Overview
          • Classes
            • C1WebBrowserBase
              • Overview
              • Members
              • Methods
                • BeginUndoRedoAction Method
                • EndUndoRedoAction Method
                • ExecClick Method
                • Focus Method
                • Idispatch_Invoke_Handler_DL_Control Method
                • Idispatch_Invoke_Handler_Usermode Method
                • LoadFromString Method
                • LockNotifyChanges Method
                • Navigate Method
                • UnlockNotifyChanges Method
              • Properties
                • AllowDrop Property
                • CSS Property
                • DocType Property
                • Document Property
                • Edit Property
                • Focused Property
                • Mode Property
                • ReadOnly Property
                • RestoreCaretAfterNotify Property
                • RestoreCursorAfterUndoRedo Property
                • ShowComments Property
                • SuppressAccessibility Property
            • History
              • Overview
              • Members
              • Methods
                • Redo Method
                  • Redo(Int32) Method
                  • Redo() Method
                • Undo Method
                  • Undo(Int32) Method
                  • Undo() Method
              • Properties
                • CanRedo Property
                • CanUndo Property
                • RedoList Property
                • UndoList Property
          • Enumerations
            • D2HWebBrowserModes
            • OLECMDEXECOPT
            • OLECMDF
            • OLECMDID
            • tagREADYSTATE
          • Interfaces
            • IWebBrowser
              • Overview
              • Members
              • Methods
                • GoBack Method
                • GoForward Method
                • GoHome Method
                • GoSearch Method
                • Navigate Method
                • Refresh Method
                • Refresh2 Method
                • Stop Method
              • Properties
                • Application Property
                • Busy Property
                • Container Property
                • Document Property
                • Height Property
                • Left Property
                • LocationName Property
                • LocationURL Property
                • Parent Property
                • Top Property
                • TopLevelContainer Property
                • Type Property
                • Width Property
            • IWebBrowser2
              • Overview
              • Members
              • Methods
                • ClientToWindow Method
                • ExecWB Method
                • GetProperty Method
                • GoBack Method
                • GoForward Method
                • GoHome Method
                • GoSearch Method
                • Navigate Method
                • Navigate2 Method
                • PutProperty Method
                • QueryStatusWB Method
                • Quit Method
                • Refresh Method
                • Refresh2 Method
                • ShowBrowserBar Method
                • Stop Method
              • Properties
                • AddressBar Property
                • Application Property
                • Busy Property
                • Container Property
                • Document Property
                • FullName Property
                • FullScreen Property
                • Height Property
                • HWND Property
                • Left Property
                • LocationName Property
                • LocationURL Property
                • MenuBar Property
                • Name Property
                • Offline Property
                • Parent Property
                • Path Property
                • ReadyState Property
                • RegisterAsBrowser Property
                • RegisterAsDropTarget Property
                • Resizable Property
                • Silent Property
                • StatusBar Property
                • StatusText Property
                • TheaterMode Property
                • ToolBar Property
                • Top Property
                • TopLevelContainer Property
                • Type Property
                • Visible Property
                • Width Property
            • IWebBrowserApp
              • Overview
              • Members
              • Methods
                • ClientToWindow Method
                • GetProperty Method
                • PutProperty Method
                • Quit Method
              • Properties
                • FullName Property
                • FullScreen Property
                • HWND Property
                • MenuBar Property
                • Name Property
                • Path Property
                • StatusBar Property
                • StatusText Property
                • ToolBar Property
                • Visible Property
        • C1.Win.C1Editor.Internal.HTML Namespace
          • Overview
          • Classes
            • EventReceiverHTMLDocument
              • Overview
              • Members
              • EventReceiverHTMLDocument Constructor
              • Methods
                • Add Method
                • Connect Method
                • Disconnect Method
                • DisconnectElement Method
              • Events
                • OnBeforeCopy Event
                • OnBeforeCut Event
                • OnBeforePaste Event
                • OnPropertyChange Event
            • HTML_PAINTER_INFO
              • Overview
              • Members
              • HTML_PAINTER_INFO Constructor
              • Fields
                • iidDrawObject Field
                • lFlags Field
                • lZOrder Field
                • rcBounds Field
            • RECT
              • Overview
              • Members
              • RECT Constructor
              • Fields
                • bottom Field
                • left Field
                • right Field
                • top Field
          • Enumerations
            • MARKUP_CONTEXT_TYPE
            • NODE_TYPES
            • tagOLECONTF
          • Structures
            • BINDINFO
              • Overview
              • Members
              • Fields
                • cbSize Field
                • cbstgmedData Field
                • dwBindVerb Field
                • dwCodePage Field
                • dwOptions Field
                • dwOptionsFlags Field
                • dwReserved Field
                • grfBindInfoF Field
                • iid Field
                • punk Field
                • securityAttributes Field
                • stgmedData Field
                • szCustomVerb Field
                • szExtraInfo Field
            • DOCHOSTUIINFO
              • Overview
              • Members
              • Fields
                • cbSize Field
                • dwDoubleClick Field
                • dwFlags Field
                • pchHostCss Field
                • pchHostNS Field
            • HTML_PAINT_DRAW_INFO
              • Overview
              • Members
              • Fields
                • hrgnUpdate Field
                • rcViewport Field
                • xform Field
            • HTML_PAINT_XFORM
              • Overview
              • Members
              • Fields
                • eDx Field
                • eDy Field
                • eM11 Field
                • eM12 Field
                • eM21 Field
                • eM22 Field
            • POINT
              • Overview
              • Members
              • POINT Constructor
              • Fields
                • X Field
                • Y Field
              • Operators
                • Implicit Type Conversion Operator
            • SECURITY_ATTRIBUTES
              • Overview
              • Members
              • Fields
                • bInheritHandle Field
                • lpSecurityDescriptor Field
                • nLength Field
            • STGMEDIUM
              • Overview
              • Members
              • Fields
                • data Field
                • pUnkForRelease Field
                • tymed Field
            • tagDVASPECTINFO
              • Overview
              • Members
              • Fields
                • cb Field
                • dwFlags Field
            • tagMSG
              • Overview
              • Members
              • Fields
                • hwnd Field
                • lParam Field
                • message Field
                • pt_x Field
                • pt_y Field
                • time Field
                • wParam Field
            • tagOLECMD
              • Overview
              • Members
              • Fields
                • cmdf Field
                • cmdID Field
            • tagOleMenuGroupWidths
              • Overview
              • Members
              • Fields
                • widths Field
            • tagOLEVERB
              • Overview
              • Members
              • Fields
                • fuFlags Field
                • grfAttribs Field
                • lpszVerbName Field
                • lVerb Field
            • tagPOINT
              • Overview
              • Members
              • Fields
                • X Field
                • Y Field
            • tagRECT
              • Overview
              • Members
              • tagRECT Constructor
              • Fields
                • Bottom Field
                • Left Field
                • Right Field
                • Top Field
            • tagSIZE
              • Overview
              • Members
              • Fields
                • cx Field
                • cy Field
            • tagSIZEL
              • Overview
              • Members
              • Fields
                • cx Field
                • cy Field
          • Interfaces
            • HTMLAnchorEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLAreaEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLButtonElementEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLControlElementEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLDocumentEvents2
              • Overview
              • Members
              • Methods
                • onactivate Method
                • onafterupdate Method
                • onbeforeactivate Method
                • onbeforedeactivate Method
                • onbeforeeditfocus Method
                • onbeforeupdate Method
                • oncellchange Method
                • onclick Method
                • oncontextmenu Method
                • oncontrolselect Method
                • ondataavailable Method
                • ondatasetchanged Method
                • ondatasetcomplete Method
                • ondblclick Method
                • ondeactivate Method
                • ondragstart Method
                • onerrorupdate Method
                • onfocusin Method
                • onfocusout Method
                • onhelp Method
                • onkeydown Method
                • onkeypress Method
                • onkeyup Method
                • onmousedown Method
                • onmousemove Method
                • onmouseout Method
                • onmouseover Method
                • onmouseup Method
                • onmousewheel Method
                • onpropertychange Method
                • onreadystatechange Method
                • onrowenter Method
                • onrowexit Method
                • onrowsdelete Method
                • onrowsinserted Method
                • onselectionchange Method
                • onselectstart Method
                • onstop Method
            • HTMLElementEvents2
              • Overview
              • Members
              • Methods
                • onbeforecopy Method
                • onbeforecut Method
                • onbeforepaste Method
                • onpropertychange Method
            • HTMLFormElementEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLImgEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLInputFileElementEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLInputImageEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLInputTextElementEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLLabelEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLMapEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLMarqueeElementEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLOptionButtonElementEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLScriptEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLSelectElementEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLTableEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • HTMLTextContainerEvents2
              • Overview
              • Members
              • Methods
                • onpropertychange Method
            • IAsyncMoniker
              • Overview
              • Members
            • IBinding
              • Overview
              • Members
              • Methods
                • Abort Method
                • GetBindResult Method
                • GetPriority Method
                • Resume Method
                • SetPriority Method
                • Suspend Method
            • IBindStatusCallback
              • Overview
              • Members
              • Methods
                • GetBindInfo Method
                • GetPriority Method
                • OnDataAvailable Method
                • OnLowResource Method
                • OnObjectAvailable Method
                • OnProgress Method
                • OnStartBinding Method
                • OnStopBinding Method
            • IDisplayPointer
              • Overview
              • Members
              • Methods
                • GetDisplayGravity Method
                • GetFlowElement Method
                • GetLineInfo Method
                • GetPointerGravity Method
                • IsAtBOL Method
                • IsEqualTo Method
                • IsLeftOf Method
                • IsPositioned Method
                • IsRightOf Method
                • MoveToMarkupPointer Method
                • MoveToPoint Method
                • MoveToPointer Method
                • MoveUnit Method
                • PositionMarkupPointer Method
                • QueryBreaks Method
                • ScrollIntoView Method
                • SetDisplayGravity Method
                • SetPointerGravity Method
                • Unposition Method
            • IDisplayServices
              • Overview
              • Members
              • Methods
                • CreateDisplayPointer Method
                • GetCaret Method
                • GetComputedStyle Method
                • HasFlowLayout Method
                • ScrollRectIntoView Method
                • TransformPoint Method
                • TransformRect Method
            • IDocHostUIHandler
              • Overview
              • Members
              • Methods
                • EnableModeless Method
                • FilterDataObject Method
                • GetDropTarget Method
                • GetExternal Method
                • GetHostInfo Method
                • GetOptionKeyPath Method
                • HideUI Method
                • OnDocWindowActivate Method
                • OnFrameWindowActivate Method
                • ResizeBorder Method
                • ShowContextMenu Method
                • ShowUI Method
                • TranslateAccelerator Method
                • TranslateUrl Method
                • UpdateUI Method
            • IDropTarget
              • Overview
              • Members
              • Methods
                • DragEnter Method
                • DragLeave Method
                • DragOver Method
                • Drop Method
            • IElementBehavior
              • Overview
              • Members
              • Methods
                • Detach Method
                • Init Method
                • Notify Method
            • IElementBehaviorFactory
              • Overview
              • Members
              • Methods
                • FindBehavior Method
            • IElementBehaviorSite
              • Overview
              • Members
              • Methods
                • GetElement Method
                • RegisterNotification Method
            • IElementSegment
              • Overview
              • Members
              • Methods
                • GetElement Method
                • GetPointers Method
                • IsPrimary Method
                • SetPrimary Method
            • IEnumOleUndoUnits
              • Overview
              • Members
              • Methods
                • Bogus Method
                • Clone Method
                • Next Method
                • Reset Method
                • Skip Method
            • IEnumUnknown
              • Overview
              • Members
              • Methods
                • Clone Method
                • Next Method
                • Reset Method
                • Skip Method
            • IHighlightRenderingServices
              • Overview
              • Members
              • Methods
                • AddSegment Method
                • MoveSegmentToPointers Method
                • RemoveSegment Method
            • IHighlightSegment
              • Overview
              • Members
              • Methods
                • GetPointers Method
            • IHTMLAttributeCollection
              • Overview
              • Members
              • Methods
                • item Method
              • Properties
                • length Property
            • IHTMLBodyElement
              • Overview
              • Members
              • Methods
                • createTextRange Method
              • Properties
                • aLink Property
                • background Property
                • bgColor Property
                • bgProperties Property
                • bottomMargin Property
                • leftMargin Property
                • link Property
                • noWrap Property
                • onbeforeunload Property
                • onload Property
                • onselect Property
                • onunload Property
                • rightMargin Property
                • scroll Property
                • text Property
                • topMargin Property
                • vLink Property
            • IHTMLCaret
              • Overview
              • Members
              • Methods
                • GetCaretDirection Method
                • GetLocation Method
                • Hide Method
                • InsertText Method
                • IsVisible Method
                • MoveCaretToPointer Method
                • MoveCaretToPointerEx Method
                • MoveDisplayPointerToCaret Method
                • MoveMarkupPointerToCaret Method
                • ScrollIntoView Method
                • SetCaretDirection Method
                • Show Method
            • IHTMLChangeLog
              • Overview
              • Members
              • Methods
                • GetNextChange Method
            • IHTMLChangeSink
              • Overview
              • Members
              • Methods
                • Notify Method
            • IHTMLComputedStyle
              • Overview
              • Members
              • Methods
                • IsEqual Method
              • Properties
                • backgroundColor Property
                • blockDirection Property
                • bold Property
                • direction Property
                • explicitFace Property
                • fontName Property
                • fontSize Property
                • fontWeight Property
                • hasBgColor Property
                • italic Property
                • OL Property
                • overline Property
                • preFormatted Property
                • strikeOut Property
                • subScript Property
                • superScript Property
                • textColor Property
                • underline Property
            • IHTMLControlElement
              • Overview
              • Members
              • Methods
                • AddFilter Method
                • Blur Method
                • Focus Method
                • RemoveFilter Method
              • Properties
                • AccessKey Property
                • ClientHeight Property
                • ClientLeft Property
                • ClientTop Property
                • ClientWidth Property
                • OnBlur Property
                • OnFocus Property
                • OnResize Property
                • TabIndex Property
            • IHTMLControlRange
              • Overview
              • Members
              • Methods
                • Add Method
                • CommonParentElement Method
                • ExecCommand Method
                • ExecCommandShowHelp Method
                • Item Method
                • QueryCommandEnabled Method
                • QueryCommandIndeterm Method
                • QueryCommandState Method
                • QueryCommandSupported Method
                • QueryCommandText Method
                • QueryCommandValue Method
                • Remove Method
                • ScrollIntoView Method
                • Select Method
              • Properties
                • Length Property
            • IHTMLCurrentStyle
              • Overview
              • Members
              • Properties
                • backgroundColor Property
                • color Property
                • fontFamily Property
                • fontSize Property
                • fontStyle Property
                • fontVariant Property
                • fontWeight Property
                • textAlign Property
                • textDecoration Property
            • IHTMLDocument
              • Overview
              • Members
              • Properties
                • Script Property
            • IHTMLDocument2
              • Overview
              • Members
              • Methods
                • clear Method
                • close Method
                • createElement Method
                • createStyleSheet Method
                • elementFromPoint Method
                • execCommand Method
                • execCommandShowHelp Method
                • open Method
                • queryCommandEnabled Method
                • queryCommandIndeterm Method
                • queryCommandState Method
                • queryCommandSupported Method
                • queryCommandText Method
                • queryCommandValue Method
                • toString Method
                • write Method
                • writeln Method
              • Properties
                • activeElement Property
                • alinkColor Property
                • all Property
                • anchors Property
                • applets Property
                • bgColor Property
                • body Property
                • charset Property
                • cookie Property
                • defaultCharset Property
                • designMode Property
                • domain Property
                • embeds Property
                • expando Property
                • fgColor Property
                • fileCreatedDate Property
                • fileModifiedDate Property
                • fileSize Property
                • fileUpdatedDate Property
                • forms Property
                • frames Property
                • images Property
                • lastModified Property
                • linkColor Property
                • links Property
                • location Property
                • mimeType Property
                • nameProp Property
                • onafterupdate Property
                • onbeforeupdate Property
                • onclick Property
                • ondblclick Property
                • ondragstart Property
                • onerrorupdate Property
                • onhelp Property
                • onkeydown Property
                • onkeypress Property
                • onkeyup Property
                • onmousedown Property
                • onmousemove Property
                • onmouseout Property
                • onmouseover Property
                • onmouseup Property
                • onreadystatechange Property
                • onrowenter Property
                • onrowexit Property
                • onselectstart Property
                • parentWindow Property
                • plugins Property
                • protocol Property
                • readyState Property
                • referrer Property
                • Script Property
                • scripts Property
                • security Property
                • selection Property
                • styleSheets Property
                • title Property
                • url Property
                • vlinkColor Property
            • IHTMLDocument3
              • Overview
              • Members
              • Methods
                • attachEvent Method
                • createDocumentFragment Method
                • createTextNode Method
                • detachEvent Method
                • getElementById Method
                • getElementsByName Method
                • getElementsByTagName Method
                • recalc Method
                • releaseCapture Method
              • Properties
                • baseUrl Property
                • childNodes Property
                • dir Property
                • documentElement Property
                • enableDownload Property
                • inheritStyleSheets Property
                • onbeforeeditfocus Property
                • oncellchange Property
                • oncontextmenu Property
                • ondataavailable Property
                • ondatasetchanged Property
                • ondatasetcomplete Property
                • onpropertychange Property
                • onrowsdelete Property
                • onrowsinserted Property
                • onstop Property
                • parentDocument Property
                • uniqueID Property
            • IHTMLDocument4
              • Overview
              • Members
              • Methods
                • createDocumentFromUrl Method
                • createEventObject Method
                • createRenderStyle Method
                • fireEvent Method
                • focus Method
                • hasFocus Method
              • Properties
                • media Property
                • namespaces Property
                • oncontrolselect Property
                • onselectionchange Property
                • URLUnencoded Property
            • IHTMLDOMAttribute
              • Overview
              • Members
              • Properties
                • nodeName Property
                • nodeValue Property
                • specified Property
            • IHTMLDOMChildrenCollection
              • Overview
              • Members
              • Methods
                • item Method
              • Properties
                • length Property
            • IHTMLDOMNode
              • Overview
              • Members
              • Methods
                • appendChild Method
                • cloneNode Method
                • hasChildNodes Method
                • insertBefore Method
                • removeChild Method
                • removeNode Method
                • replaceChild Method
                • replaceNode Method
                • swapNode Method
              • Properties
                • attributes Property
                • childNodes Property
                • firstChild Property
                • lastChild Property
                • nextSibling Property
                • nodeName Property
                • nodeType Property
                • nodeValue Property
                • parentNode Property
                • previousSibling Property
            • IHTMLEditDesigner
              • Overview
              • Members
              • Methods
                • PostEditorEventNotify Method
                • PostHandleEvent Method
                • PreHandleEvent Method
                • TranslateAccelerator Method
            • IHTMLEditHost
              • Overview
              • Members
              • Methods
                • SnapRect Method
            • IHTMLEditServices
              • Overview
              • Members
              • Methods
                • AddDesigner Method
                • GetSelectionServices Method
                • MoveToSelectionAnchor Method
                • MoveToSelectionEnd Method
                • RemoveDesigner Method
                • SelectRange Method
            • IHTMLElement
              • Overview
              • Members
              • Methods
                • click Method
                • contains Method
                • getAttribute Method
                • insertAdjacentHTML Method
                • insertAdjacentText Method
                • removeAttribute Method
                • scrollIntoView Method
                • setAttribute Method
                • toString Method
              • Properties
                • all Property
                • children Property
                • className Property
                • document Property
                • filters Property
                • id Property
                • innerHTML Property
                • innerText Property
                • isTextEdit Property
                • lang Property
                • language Property
                • offsetHeight Property
                • offsetLeft Property
                • offsetParent Property
                • offsetTop Property
                • offsetWidth Property
                • onafterupdate Property
                • onbeforeupdate Property
                • onclick Property
                • ondataavailable Property
                • ondatasetchanged Property
                • ondatasetcomplete Property
                • ondblclick Property
                • ondragstart Property
                • onerrorupdate Property
                • onfilterchange Property
                • onhelp Property
                • onkeydown Property
                • onkeypress Property
                • onkeyup Property
                • onmousedown Property
                • onmousemove Property
                • onmouseout Property
                • onmouseover Property
                • onmouseup Property
                • onrowenter Property
                • onrowexit Property
                • onselectstart Property
                • outerHTML Property
                • outerText Property
                • parentElement Property
                • parentTextEdit Property
                • recordNumber Property
                • sourceIndex Property
                • style Property
                • tagName Property
                • title Property
            • IHTMLElement2
              • Overview
              • Members
              • Methods
                • addBehavior Method
                • addFilter Method
                • applyElement Method
                • attachEvent Method
                • blur Method
                • clearAttributes Method
                • componentFromPoint Method
                • createControlRange Method
                • detachEvent Method
                • doScroll Method
                • focus Method
                • getAdjacentText Method
                • getBoundingClientRect Method
                • getClientRects Method
                • getElementsByTagName Method
                • getExpression Method
                • insertAdjacentElement Method
                • mergeAttributes Method
                • releaseCapture Method
                • removeBehavior Method
                • removeExpression Method
                • removeFilter Method
                • replaceAdjacentText Method
                • setCapture Method
                • setExpression Method
              • Properties
                • accessKey Property
                • behaviorUrns Property
                • canHaveChildren Property
                • clientHeight Property
                • clientLeft Property
                • clientTop Property
                • clientWidth Property
                • currentStyle Property
                • dir Property
                • onbeforecopy Property
                • onbeforecut Property
                • onbeforeeditfocus Property
                • onbeforepaste Property
                • onblur Property
                • oncellchange Property
                • oncontextmenu Property
                • oncopy Property
                • oncut Property
                • ondrag Property
                • ondragend Property
                • ondragenter Property
                • ondragleave Property
                • ondragover Property
                • ondrop Property
                • onfocus Property
                • onlosecapture Property
                • onpaste Property
                • onpropertychange Property
                • onreadystatechange Property
                • onresize Property
                • onrowsdelete Property
                • onrowsinserted Property
                • onscroll Property
                • readyState Property
                • readyStateValue Property
                • runtimeStyle Property
                • scopeName Property
                • scrollHeight Property
                • scrollLeft Property
                • scrollTop Property
                • scrollWidth Property
                • tabIndex Property
                • tagUrn Property
            • IHTMLElementCollection
              • Overview
              • Members
              • Methods
                • item Method
                • tags Method
                • toString Method
              • Properties
                • length Property
            • IHTMLEventObj
              • Overview
              • Members
              • Properties
                • AltKey Property
                • Button Property
                • CancelBubble Property
                • ClientX Property
                • ClientY Property
                • CtrlKey Property
                • EventType Property
                • FromElement Property
                • keyCode Property
                • OffsetX Property
                • OffsetY Property
                • Qualifier Property
                • Reason Property
                • ReturnValue Property
                • ScreenX Property
                • ScreenY Property
                • ShiftKey Property
                • SrcElement Property
                • SrcFilter Property
                • ToElement Property
                • X Property
                • Y Property
            • IHTMLEventObj2
              • Overview
              • Members
              • Methods
                • getAttribute Method
                • removeAttribute Method
                • setAttribute Method
              • Properties
                • AltKey Property
                • bookmarks Property
                • boundElements Property
                • Button Property
                • ClientX Property
                • clientY Property
                • CtrlKey Property
                • dataFld Property
                • dataTransfer Property
                • EventType Property
                • FromElement Property
                • offsetX Property
                • offsetY Property
                • propertyName Property
                • Qualifier Property
                • reason Property
                • recordset Property
                • repeat Property
                • screenX Property
                • screenY Property
                • ShiftKey Property
                • SrcElement Property
                • srcFilter Property
                • srcUrn Property
                • ToElement Property
                • x Property
                • y Property
            • IHTMLFormElement
              • Overview
              • Members
              • Methods
                • item Method
                • reset Method
                • submit Method
                • tags Method
              • Properties
                • action Property
                • dir Property
                • elements Property
                • encoding Property
                • length Property
                • method Property
                • name Property
                • onreset Property
                • onsubmit Property
                • target Property
            • IHTMLImgElement
              • Overview
              • Members
              • Properties
                • align Property
                • alt Property
                • border Property
                • complete Property
                • dynsrc Property
                • fileCreatedDate Property
                • fileModifiedDate Property
                • fileSize Property
                • fileUpdatedDate Property
                • height Property
                • href Property
                • hspace Property
                • isMap Property
                • loop Property
                • lowsrc Property
                • mimeType Property
                • name Property
                • nameProp Property
                • onabort Property
                • onerror Property
                • onload Property
                • protocol Property
                • readyState Property
                • src Property
                • start Property
                • useMap Property
                • vrml Property
                • vspace Property
                • width Property
            • IHTMLInputElement
              • Overview
              • Members
              • Methods
                • createTextRange Method
                • select Method
              • Properties
                • align Property
                • alt Property
                • border Property
                • checked Property
                • complete Property
                • defaultChecked Property
                • defaultValue Property
                • disabled Property
                • dynsrc Property
                • form Property
                • height Property
                • hspace Property
                • indeterminate Property
                • loop Property
                • lowsrc Property
                • maxLength Property
                • name Property
                • onabort Property
                • onchange Property
                • onerror Property
                • onload Property
                • onselect Property
                • readOnly Property
                • readyState Property
                • size Property
                • src Property
                • Start Property
                • status Property
                • type Property
                • value Property
                • vrml Property
                • vspace Property
                • width Property
            • IHTMLPainter
              • Overview
              • Members
              • Methods
                • Draw Method
                • GetPainterInfo Method
                • HitTestPoint Method
                • OnResize Method
            • IHTMLPaintSite
              • Overview
              • Members
              • Methods
                • GetDrawInfo Method
                • GetHitTestCookie Method
                • InvalidatePainterInfo Method
                • InvalidateRect Method
                • InvalidateRegion Method
                • TransformGlobalToLocal Method
                • TransformLocalToGlobal Method
            • IHTMLRect
              • Overview
              • Members
              • Properties
                • bottom Property
                • left Property
                • right Property
                • top Property
            • IHTMLRectCollection
              • Overview
              • Members
              • Methods
                • item Method
              • Properties
                • _newEnum Property
                • length Property
            • IHTMLRenderStyle
              • Overview
              • Members
              • Properties
                • defaultTextSelection Property
                • renderingPriority Property
                • textBackgroundColor Property
                • textColor Property
                • textDecoration Property
                • textDecorationColor Property
                • textEffect Property
                • textLineThroughStyle Property
                • textUnderlineStyle Property
            • IHTMLRuleStyle
              • Overview
              • Members
              • Methods
                • getAttribute Method
                • removeAttribute Method
                • setAttribute Method
              • Properties
                • background Property
                • backgroundAttachment Property
                • backgroundColor Property
                • backgroundImage Property
                • backgroundPosition Property
                • backgroundPositionX Property
                • backgroundPositionY Property
                • backgroundRepeat Property
                • border Property
                • borderBottom Property
                • borderBottomColor Property
                • borderBottomStyle Property
                • borderBottomWidth Property
                • borderColor Property
                • borderLeft Property
                • borderLeftColor Property
                • borderLeftStyle Property
                • borderLeftWidth Property
                • borderRight Property
                • borderRightColor Property
                • borderRightStyle Property
                • borderRightWidth Property
                • borderStyle Property
                • borderTop Property
                • borderTopColor Property
                • borderTopStyle Property
                • borderTopWidth Property
                • borderWidth Property
                • clear Property
                • clip Property
                • color Property
                • cssText Property
                • cursor Property
                • display Property
                • filter Property
                • font Property
                • fontFamily Property
                • fontSize Property
                • fontStyle Property
                • fontVariant Property
                • fontWeight Property
                • height Property
                • left Property
                • letterSpacing Property
                • lineHeight Property
                • listStyle Property
                • listStyleImage Property
                • listStylePosition Property
                • listStyleType Property
                • margin Property
                • marginBottom Property
                • marginLeft Property
                • marginRight Property
                • marginTop Property
                • overflow Property
                • padding Property
                • paddingBottom Property
                • paddingLeft Property
                • paddingRight Property
                • paddingTop Property
                • pageBreakAfter Property
                • pageBreakBefore Property
                • position Property
                • styleFloat Property
                • textAlign Property
                • textDecoration Property
                • textDecorationBlink Property
                • textDecorationLineThrough Property
                • textDecorationNone Property
                • textDecorationOverline Property
                • textDecorationUnderline Property
                • textIndent Property
                • textTransform Property
                • top Property
                • verticalAlign Property
                • visibility Property
                • whiteSpace Property
                • width Property
                • wordSpacing Property
                • zIndex Property
            • IHTMLScriptElement
              • Overview
              • Members
              • Properties
                • defer Property
                • htmlFor Property
                • onerror Property
                • readyState Property
                • scriptevent Property
                • src Property
                • text Property
                • type Property
            • IHTMLSelectionObject
              • Overview
              • Members
              • Methods
                • Clear Method
                • CreateRange Method
                • Empty Method
              • Properties
                • EventType Property
            • IHTMLSelectionObject2
              • Overview
              • Members
              • Methods
                • createRangeCollection Method
                • typeDetail Method
            • IHTMLStyle
              • Overview
              • Members
              • Methods
                • getAttribute Method
                • removeAttribute Method
                • setAttribute Method
                • toString Method
              • Properties
                • background Property
                • backgroundAttachment Property
                • backgroundColor Property
                • backgroundImage Property
                • backgroundPosition Property
                • backgroundPositionX Property
                • backgroundPositionY Property
                • backgroundRepeat Property
                • border Property
                • borderBottom Property
                • borderBottomColor Property
                • borderBottomStyle Property
                • borderBottomWidth Property
                • borderColor Property
                • borderLeft Property
                • borderLeftColor Property
                • borderLeftStyle Property
                • borderLeftWidth Property
                • borderRight Property
                • borderRightColor Property
                • borderRightStyle Property
                • borderRightWidth Property
                • borderStyle Property
                • borderTop Property
                • borderTopColor Property
                • borderTopStyle Property
                • borderTopWidth Property
                • borderWidth Property
                • clear Property
                • clip Property
                • color Property
                • cssText Property
                • cursor Property
                • display Property
                • filter Property
                • font Property
                • fontFamily Property
                • fontSize Property
                • fontStyle Property
                • fontVariant Property
                • fontWeight Property
                • height Property
                • left Property
                • letterSpacing Property
                • lineHeight Property
                • listStyle Property
                • listStyleImage Property
                • listStylePosition Property
                • listStyleType Property
                • margin Property
                • marginBottom Property
                • marginLeft Property
                • marginRight Property
                • marginTop Property
                • overflow Property
                • padding Property
                • paddingBottom Property
                • paddingLeft Property
                • paddingRight Property
                • paddingTop Property
                • pageBreakAfter Property
                • pageBreakBefore Property
                • pixelHeight Property
                • pixelLeft Property
                • pixelTop Property
                • pixelWidth Property
                • posHeight Property
                • position Property
                • posLeft Property
                • posTop Property
                • posWidth Property
                • styleFloat Property
                • textAlign Property
                • textDecoration Property
                • textDecorationBlink Property
                • textDecorationLineThrough Property
                • textDecorationNone Property
                • textDecorationOverline Property
                • textDecorationUnderline Property
                • textIndent Property
                • textTransform Property
                • top Property
                • verticalAlign Property
                • visibility Property
                • whiteSpace Property
                • width Property
                • wordSpacing Property
                • zIndex Property
            • IHTMLStyleSheet
              • Overview
              • Members
              • Methods
                • addImport Method
                • addRule Method
                • removeImport Method
                • removeRule Method
              • Properties
                • cssText Property
                • disabled Property
                • href Property
                • id Property
                • imports Property
                • media Property
                • owningElement Property
                • parentStyleSheet Property
                • readOnly Property
                • rules Property
                • title Property
                • type Property
            • IHTMLStyleSheetRule
              • Overview
              • Members
              • Properties
                • readOnly Property
                • selectorText Property
                • style Property
            • IHTMLStyleSheetRulesCollection
              • Overview
              • Members
              • Methods
                • item Method
              • Properties
                • length Property
            • IHTMLStyleSheetsCollection
              • Overview
              • Members
              • Methods
                • item Method
              • Properties
                • length Property
            • IHTMLTable
              • Overview
              • Members
              • Methods
                • createCaption Method
                • createTFoot Method
                • createTHead Method
                • deleteCaption Method
                • deleteRow Method
                • deleteTFoot Method
                • deleteTHead Method
                • insertRow Method
                • nextPage Method
                • previousPage Method
                • refresh Method
              • Properties
                • align Property
                • background Property
                • bgColor Property
                • border Property
                • borderColor Property
                • borderColorDark Property
                • borderColorLight Property
                • caption Property
                • cellPadding Property
                • cellSpacing Property
                • cols Property
                • dataPageSize Property
                • frame Property
                • height Property
                • onreadystatechange Property
                • readyState Property
                • rows Property
                • rules Property
                • tBodies Property
                • tFoot Property
                • tHead Property
                • width Property
            • IHTMLTableCell
              • Overview
              • Members
              • Properties
                • align Property
                • background Property
                • bgColor Property
                • borderColor Property
                • borderColorDark Property
                • borderColorLight Property
                • cellIndex Property
                • colSpan Property
                • height Property
                • noWrap Property
                • rowSpan Property
                • vAlign Property
                • width Property
            • IHTMLTableRow
              • Overview
              • Members
              • Methods
                • deleteCell Method
                • insertCell Method
              • Properties
                • align Property
                • bgColor Property
                • borderColor Property
                • borderColorDark Property
                • borderColorLight Property
                • cells Property
                • rowIndex Property
                • sectionRowIndex Property
                • vAlign Property
            • IHTMLTitleElement
              • Overview
              • Members
              • Properties
                • text Property
            • IHTMLTxtRange
              • Overview
              • Members
              • Methods
                • collapse Method
                • compareEndPoints Method
                • duplicate Method
                • execCommand Method
                • execCommandShowHelp Method
                • expand Method
                • findText Method
                • getBookmark Method
                • inRange Method
                • isEqual Method
                • move Method
                • moveEnd Method
                • moveStart Method
                • moveToBookmark Method
                • moveToElementText Method
                • moveToPoint Method
                • parentElement Method
                • pasteHTML Method
                • queryCommandEnabled Method
                • queryCommandIndeterm Method
                • queryCommandState Method
                • queryCommandSupported Method
                • queryCommandText Method
                • queryCommandValue Method
                • scrollIntoView Method
                • select Method
                • setEndPoint Method
              • Properties
                • htmlText Property
                • text Property
            • IHTMLTxtRangeCollection
              • Overview
              • Members
              • Methods
                • item Method
              • Properties
                • length Property
            • ILineInfo
              • Overview
              • Members
              • Properties
                • baseLine Property
                • lineDirection Property
                • textDescent Property
                • textHeight Property
                • x Property
            • IMalloc
              • Overview
              • Members
              • Methods
                • Alloc Method
                • DidAlloc Method
                • Free Method
                • GetSize Method
                • HeapMinimize Method
                • Realloc Method
            • IMarkupContainer
              • Overview
              • Members
              • Methods
                • OwningDoc Method
            • IMarkupContainer2
              • Overview
              • Members
              • Methods
                • createChangeLog Method
                • GetAndClearDirtyRange Method
                • GetMasterElement Method
                • GetVersionNumber Method
                • owningDoc Method
                • RegisterForDirtyRange Method
                • UnRegisterForDirtyRange Method
            • IMarkupPointer
              • Overview
              • Members
              • Methods
                • Cling Method
                • CurrentScope Method
                • FindText Method
                • GetContainer Method
                • Gravity Method
                • IsEqualTo Method
                • IsLeftOf Method
                • IsLeftOfOrEqualTo Method
                • IsPositioned Method
                • IsRightOf Method
                • IsRightOfOrEqualTo Method
                • Left Method
                • MoveAdjacentToElement Method
                • MoveToContainer Method
                • MoveToPointer Method
                • MoveUnit Method
                • OwningDoc Method
                • Right Method
                • SetCling Method
                • SetGravity Method
                • Unposition Method
            • IMarkupServices
              • Overview
              • Members
              • Methods
                • BeginUndoUnit Method
                • CloneElement Method
                • Copy Method
                • CreateElement Method
                • CreateMarkupContainer Method
                • CreateMarkupPointer Method
                • EndUndoUnit Method
                • GetElementTagId Method
                • GetNameForTagID Method
                • GetTagIDForName Method
                • InsertElement Method
                • InsertText Method
                • IsScopedElement Method
                • Move Method
                • MovePointersToRange Method
                • MoveRangeToPointers Method
                • ParseGlobal Method
                • ParseString Method
                • Remove Method
                • RemoveElement Method
            • IOleClientSite
              • Overview
              • Members
              • Methods
                • GetContainer Method
                • GetMoniker Method
                • OnShowWindow Method
                • RequestNewObjectLayout Method
                • SaveObject Method
                • ShowObject Method
            • IOleCommandTarget
              • Overview
              • Members
              • Methods
                • Exec Method
                • QueryStatus Method
            • IOleContainer
              • Overview
              • Members
              • Methods
                • EnumObjects Method
                • LockContainer Method
                • ParseDisplayName Method
            • IOleInPlaceActiveObject
              • Overview
              • Members
              • Methods
                • ContextSensitiveHelp Method
                • EnableModeless Method
                • GetWindow Method
                • OnDocWindowActivate Method
                • OnFrameWindowActivate Method
                • ResizeBorder Method
                • TranslateAccelerator Method
            • IOleInPlaceFrame
              • Overview
              • Members
              • Methods
                • ContextSensitiveHelp Method
                • EnableModeless Method
                • GetBorder Method
                • GetWindow Method
                • InsertMenus Method
                • RemoveMenus Method
                • RequestBorderSpace Method
                • SetActiveObject Method
                • SetBorderSpace Method
                • SetMenu Method
                • SetStatusText Method
                • TranslateAccelerator Method
            • IOleInPlaceUIWindow
              • Overview
              • Members
              • Methods
                • ContextSensitiveHelp Method
                • GetBorder Method
                • GetWindow Method
                • RequestBorderSpace Method
                • SetActiveObject Method
                • SetBorderSpace Method
            • IOleObject
              • Overview
              • Members
              • Methods
                • Advise Method
                • Close Method
                • DoVerb Method
                • EnumAdvise Method
                • EnumVerbs Method
                • GetClientSite Method
                • GetClipboardData Method
                • GetExtent Method
                • GetMiscStatus Method
                • GetMoniker Method
                • GetUserClassID Method
                • GetUserType Method
                • InitFromData Method
                • IsUpToDate Method
                • OleUpdate Method
                • SetClientSite Method
                • SetColorScheme Method
                • SetExtent Method
                • SetHostNames Method
                • SetMoniker Method
                • Unadvise Method
            • IOleParentUndoUnit
              • Overview
              • Members
              • Methods
                • Add Method
                • Close Method
                • FindUnit Method
                • GetParentState Method
                • Open Method
            • IOleUndoManager
              • Overview
              • Members
              • Methods
                • Add Method
                • Close Method
                • DiscardFrom Method
                • Enable Method
                • EnumRedoable Method
                • EnumUndoable Method
                • GetLastRedoDescription Method
                • GetLastUndoDescription Method
                • GetOpenParentState Method
                • Open Method
                • RedoTo Method
                • UndoTo Method
            • IOleUndoUnit
              • Overview
              • Members
              • Methods
                • Do Method
                • GetDescription Method
                • GetUnitType Method
                • OnNextAdd Method
            • IPersistMoniker
              • Overview
              • Members
              • Methods
                • GetClassID Method
                • GetCurMoniker Method
                • IsDirty Method
                • Load Method
                • SaveCompleted Method
            • ISegment
              • Overview
              • Members
              • Methods
                • GetPointers Method
            • ISegmentList
              • Overview
              • Members
              • Methods
                • CreateIterator Method
                • GetType Method
                • IsEmpty Method
            • ISegmentListIterator
              • Overview
              • Members
              • Methods
                • Advance Method
                • Current Method
                • First Method
                • IsDone Method
            • ISelectionServices
              • Overview
              • Members
              • Methods
                • AddElementSegment Method
                • AddSegment Method
                • GetMarkupContainer Method
                • GetSelectionServicesListener Method
                • RemoveSegment Method
                • SetSelectionType Method
            • ISelectionServicesListener
              • Overview
              • Members
              • Methods
                • BeginSelectionUndo Method
                • EndSelectionUndo Method
                • GetTypeDetail Method
                • OnChangeType Method
                • OnSelectedElementExit Method
            • IServiceProvider
              • Overview
              • Members
              • Methods
                • QueryService Method
          • Delegates
            • EventReceiverHTMLDocument.OnDocumentEventHandler
        • C1.Win.C1Editor.ToolStrips Namespace
          • Overview
          • Classes
            • C1EditorToolStripBase
              • Overview
              • Members
              • Properties
                • Editor Property
                • Items Property
            • C1EditorToolStripButton
              • Overview
              • Members
              • C1EditorToolStripButton Constructor
              • Properties
                • Command Property
                • Editor Property
            • C1EditorToolStripColorPicker
              • Overview
              • Members
              • C1EditorToolStripColorPicker Constructor
              • Properties
                • Command Property
                • Editor Property
            • C1EditorToolStripComboBox
              • Overview
              • Members
              • C1EditorToolStripComboBox Constructor
              • Properties
                • Command Property
                • Editor Property
            • C1EditorToolStripMain
              • Overview
              • Members
              • C1EditorToolStripMain Constructor
            • C1EditorToolStripObjects
              • Overview
              • Members
              • C1EditorToolStripObjects Constructor
            • C1EditorToolStripReview
              • Overview
              • Members
              • C1EditorToolStripReview Constructor
            • C1EditorToolStripSplitButton
              • Overview
              • Members
              • C1EditorToolStripSplitButton Constructor
              • Properties
                • Checked Property
                • Command Property
                • Editor Property
            • C1EditorToolStripStyle
              • Overview
              • Members
              • C1EditorToolStripStyle Constructor
            • C1EditorToolStripTable
              • Overview
              • Members
              • C1EditorToolStripTable Constructor
            • C1ToolStripColorPicker
              • Overview
              • Members
              • C1ToolStripColorPicker Constructor
              • Properties
                • Color Property
                • Image Property
              • Events
                • ColorChanged Event
          • Enumerations
            • CommandButton
            • CommandColorPicker
            • CommandComboBox
            • CommandSplitButton
        • C1.Win.C1Editor.UICustomization Namespace
          • Overview
          • Classes
            • Bookmark
              • Overview
              • Members
              • Methods
                • Remove Method
                • Select Method
              • Properties
                • IsRemoved Property
                • IsSelected Property
                • Name Property
            • Bookmarks
              • Overview
              • Members
              • Properties
                • Count Property
                • Item Property
            • CustomDialogs
              • Overview
              • Members
              • Fields
                • BookmarkDialog Field
                • FindReplaceDialog Field
                • FlashMovieDialog Field
                • FormattingDialog Field
                • HyperlinkDialog Field
                • ImageDialog Field
                • MessageBox Field
                • TableCellDialog Field
                • TableColumnDialog Field
                • TableDialog Field
                • TableRowDialog Field
            • ExistingBookmarkException
              • Overview
              • Members
            • FindReplaceSupport
              • Overview
              • Members
              • Methods
                • FindNext Method
                • Replace Method
                • ReplaceAll Method
              • Properties
                • MatchCase Property
                • MatchWholeWord Property
                • ReplacePattern Property
                • SearchPattern Property
                • SearchUp Property
            • FormattingSupport
              • Overview
              • Members
              • Methods
                • ApplyChanges Method
              • Properties
                • BackgroundColor Property
                • BackgroundImage Property
                • BackgroundPositionX Property
                • BackgroundPositionY Property
                • BackgroundRepeat Property
                • Bold Property
                • BorderBottomColor Property
                • BorderBottomStyle Property
                • BorderBottomWidth Property
                • BorderColor Property
                • BorderLeftColor Property
                • BorderLeftStyle Property
                • BorderLeftWidth Property
                • BorderRightColor Property
                • BorderRightStyle Property
                • BorderRightWidth Property
                • BorderStyle Property
                • BorderTopColor Property
                • BorderTopStyle Property
                • BorderTopWidth Property
                • BorderWidth Property
                • Bottom Property
                • FontName Property
                • FontSize Property
                • ForeColor Property
                • Height Property
                • Hidden Property
                • Italic Property
                • Left Property
                • LetterSpacing Property
                • LineHeight Property
                • Margin Property
                • MarginBottom Property
                • MarginLeft Property
                • MarginRight Property
                • MarginTop Property
                • Overline Property
                • Padding Property
                • PaddingBottom Property
                • PaddingLeft Property
                • PaddingRight Property
                • PaddingTop Property
                • Position Property
                • Right Property
                • Strikeout Property
                • TextAlign Property
                • TextIndent Property
                • TextTransform Property
                • Top Property
                • Underline Property
                • Width Property
                • WordSpacing Property
                • ZIndex Property
            • InvalidBookmarkNameException
              • Overview
              • Members
            • XHTMLBookmarkItem
              • Overview
              • Members
              • Methods
                • ApplyChanges Method
                • CheckCurrentBookmark Method
              • Properties
                • Bookmarks Property
                • IsEmpty Property
                • Name Property
                • Text Property
            • XHTMLCellItem
              • Overview
              • Members
              • Properties
                • ColSpan Property
                • HorizontalAlignment Property
                • IsHeader Property
                • RowSpan Property
                • VerticalAlignment Property
            • XHTMLColumnItem
              • Overview
              • Members
              • Properties
                • HorizontalAlignment Property
                • Span Property
                • UseWidth Property
                • VerticalAlignment Property
                • WidthType Property
                • WidthValue Property
            • XHTMLFlashMovieItem
              • Overview
              • Members
              • Properties
                • Autoplay Property
                • Data Property
                • HeightType Property
                • HeightValue Property
                • Loop Property
                • Title Property
                • UseHeight Property
                • UseWidth Property
                • WidthType Property
                • WidthValue Property
            • XHTMLHyperlinkItem
              • Overview
              • Members
              • Properties
                • AccessKey Property
                • Href Property
                • IsEmpty Property
                • TabIndex Property
                • Target Property
                • Text Property
                • Title Property
            • XHTMLImageItem
              • Overview
              • Members
              • Properties
                • Alternate Property
                • HeightType Property
                • HeightValue Property
                • Source Property
                • UseHeight Property
                • UseWidth Property
                • WidthType Property
                • WidthValue Property
            • XHTMLItemBase
              • Overview
              • Members
              • Methods
                • ApplyChanges Method
                • StringToHAlign Method
                • StringToVAlign Method
              • Properties
                • ApplyButtonVisible Property
                • DocumentName Property
                • IsEditMode Property
                • Node Property
                • Style Property
            • XHTMLRowItem
              • Overview
              • Members
              • Properties
                • HorizontalAlignment Property
                • VerticalAlignment Property
            • XHTMLTableItem
              • Overview
              • Members
              • Properties
                • Border Property
                • Caption Property
                • CellPadding Property
                • CellSpacing Property
                • ColumnCount Property
                • ColumnCountInitial Property
                • RowCount Property
                • RowCountInitial Property
                • Summary Property
                • UseWidth Property
                • WidthType Property
                • WidthValue Property
          • Enumerations
            • HorizontalAlignment
            • SizeType
            • VerticalAlignment
          • Interfaces
            • IBookmarkItemDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • ICellItemDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • IColumnItemDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • IFindReplaceDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • IFlashMovieItemDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • IFormattingDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • IHyperlinkItemDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • IImageItemDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • IMessageBox
              • Overview
              • Members
              • Methods
                • Show Method
            • IRowItemDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
            • ITableItemDialog
              • Overview
              • Members
              • Methods
                • BindData Method
                • Show Method
        • C1.Win.Xhtml Namespace
          • Overview
          • Enumerations
            • StyleType