Click or drag to resize

ISupportsTextCursor Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.textBlocks.interfaces
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public interface ISupportsTextCursor : ISupportsCursorWriteAndSelect, 
	ISupportsBasicCursor
Request Example View Source

The ISupportsTextCursor type exposes the following members.

Properties
  NameDescription
Public propertyheight (Inherited from ISupportsBasicCursor.)
Public propertyinnerBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedHeight (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedLeftPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedRightPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedTopPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedWidth (Inherited from ISupportsBasicCursor.)
Public propertyinnerHeight (Inherited from ISupportsBasicCursor.)
Public propertyinnerLeftPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerRightPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerTopPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerWidth (Inherited from ISupportsBasicCursor.)
Public propertyleftFieldWidth
sirina levog polja
Public propertymargin (Inherited from ISupportsBasicCursor.)
Public propertymiddleFieldWidth
Public propertyouterBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyouterRightPosition (Inherited from ISupportsBasicCursor.)
Public propertypadding (Inherited from ISupportsBasicCursor.)
Public propertyrightFieldWidth
sirina desnog polja
Public propertywidth (Inherited from ISupportsBasicCursor.)
Top
Methods
  NameDescription
Public methodselect
Od trenutne pozicije kursora vraca substring date duzine. Ako je length = -1 onda do desnog kraja dozvoljene zone.
(Inherited from ISupportsCursorWriteAndSelect.)
Public methodwrite
upisuje prosledjen unos, primenjuje limit ako je dat - ako nije> limit je u skladu za zonom
(Inherited from ISupportsCursorWriteAndSelect.)
Top
See Also