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

Summary description for ViewPropertyItem.
Inheritance: ViewPropertySlice
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_ws int

Public Methods

Method 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 method

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

SelectAt() public method

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

StringSlice() public method

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
return System

StringSlice() public method

public StringSlice ( ICmObject obj, int flid ) : System
obj ICmObject
flid int
return System

StringSlice() public method

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

Property Details

m_ws protected_oe property

protected int m_ws
return int