C# Class ICSharpCode.TextEditor.Caret.CaretImplementation

Inheritance: IDisposable
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Свойство Type Description
RequireRedrawOnPositionChange bool

Méthodes publiques

Méthode 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 méthode

public abstract Create ( int width, int height ) : bool
width int
height int
Résultat bool

Destroy() public abstract méthode

public abstract Destroy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Hide() public abstract méthode

public abstract Hide ( ) : void
Résultat void

PaintCaret() public abstract méthode

public abstract PaintCaret ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

SetPosition() public abstract méthode

public abstract SetPosition ( int x, int y ) : bool
x int
y int
Résultat bool

Show() public abstract méthode

public abstract Show ( ) : void
Résultat void

Property Details

RequireRedrawOnPositionChange public_oe property

public bool RequireRedrawOnPositionChange
Résultat bool