C# Class ICSharpCode.TextEditor.Caret.CaretImplementation

Inheritance: IDisposable
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Properties

Property Type Description
RequireRedrawOnPositionChange bool

Public Methods

Method Description
Create ( int width, int height ) : bool
Destroy ( ) : void
Dispose ( ) : void
Hide ( ) : void
PaintCaret ( Graphics g ) : void
SetPosition ( int x, int y ) : bool
Show ( ) : void

Method Details

Create() public abstract method

public abstract Create ( int width, int height ) : bool
width int
height int
return bool

Destroy() public abstract method

public abstract Destroy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Hide() public abstract method

public abstract Hide ( ) : void
return void

PaintCaret() public abstract method

public abstract PaintCaret ( Graphics g ) : void
g System.Drawing.Graphics
return void

SetPosition() public abstract method

public abstract SetPosition ( int x, int y ) : bool
x int
y int
return bool

Show() public abstract method

public abstract Show ( ) : void
return void

Property Details

RequireRedrawOnPositionChange public property

public bool RequireRedrawOnPositionChange
return bool