C# Class ICSharpCode.TextEditor.Document.Bookmark

Description of Bookmark.
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
Bookmark ( IDocument document, int lineNumber ) : System
Bookmark ( IDocument document, int lineNumber, bool isEnabled ) : System
Click ( System.Windows.Forms parent, System.Windows.Forms e ) : bool
Draw ( IconBarMargin margin, Graphics g, Point p ) : void

Protected Methods

Method Description
OnDocumentChanged ( EventArgs e ) : void
OnIsEnabledChanged ( EventArgs e ) : void
OnLineNumberChanged ( EventArgs e ) : void

Method Details

Bookmark() public method

public Bookmark ( IDocument document, int lineNumber ) : System
document IDocument
lineNumber int
return System

Bookmark() public method

public Bookmark ( IDocument document, int lineNumber, bool isEnabled ) : System
document IDocument
lineNumber int
isEnabled bool
return System

Click() public method

public Click ( System.Windows.Forms parent, System.Windows.Forms e ) : bool
parent System.Windows.Forms
e System.Windows.Forms
return bool

Draw() public method

public Draw ( IconBarMargin margin, Graphics g, Point p ) : void
margin IconBarMargin
g System.Drawing.Graphics
p Point
return void

OnDocumentChanged() protected method

protected OnDocumentChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnIsEnabledChanged() protected method

protected OnIsEnabledChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnLineNumberChanged() protected method

protected OnLineNumberChanged ( EventArgs e ) : void
e System.EventArgs
return void