C# Класс SIL.FieldWorks.Common.Framework.DetailControls.StringSlice

Summary description for ViewPropertyItem.
Наследование: ViewPropertySlice
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_ws int

Открытые методы

Метод Описание
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

Описание методов

CreateView() публичный Метод

See comments on no-arg constructor. Call only if using that constructor.
public CreateView ( ) : void
Результат void

SelectAt() публичный Метод

Make a selection at the specified character offset.
public SelectAt ( int ich ) : void
ich int
Результат void

StringSlice() публичный Метод

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
Результат System

StringSlice() публичный Метод

public StringSlice ( ICmObject obj, int flid ) : System
obj ICmObject
flid int
Результат System

StringSlice() публичный Метод

public StringSlice ( ICmObject obj, int flid, int ws ) : System
obj ICmObject
flid int
ws int
Результат System

Описание свойств

m_ws защищенное свойство

protected int m_ws
Результат int