C# Class SIL.FieldWorks.Common.Framework.DetailControls.StringSlice

Summary description for ViewPropertyItem.
Inheritance: ViewPropertySlice
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_ws int

Méthodes publiques

Méthode Description
CreateView ( ) : void

See comments on no-arg constructor. Call only if using that constructor.

SelectAt ( int ich ) : void

Make a selection at the specified character offset.

StringSlice ( ) : System

This constructor is mainly intended for subclasses in other DLLs created using the 'custom' element. Such subclasses must set the ContextObject, the FieldId, and if relevant the Ws, and then call CreateView(), typically from an override of FinishInit().

StringSlice ( ICmObject obj, int flid ) : System
StringSlice ( ICmObject obj, int flid, int ws ) : System

Method Details

CreateView() public méthode

See comments on no-arg constructor. Call only if using that constructor.
public CreateView ( ) : void
Résultat void

SelectAt() public méthode

Make a selection at the specified character offset.
public SelectAt ( int ich ) : void
ich int
Résultat void

StringSlice() public méthode

This constructor is mainly intended for subclasses in other DLLs created using the 'custom' element. Such subclasses must set the ContextObject, the FieldId, and if relevant the Ws, and then call CreateView(), typically from an override of FinishInit().
public StringSlice ( ) : System
Résultat System

StringSlice() public méthode

public StringSlice ( ICmObject obj, int flid ) : System
obj ICmObject
flid int
Résultat System

StringSlice() public méthode

public StringSlice ( ICmObject obj, int flid, int ws ) : System
obj ICmObject
flid int
ws int
Résultat System

Property Details

m_ws protected_oe property

protected int m_ws
Résultat int