C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.StringSlice

Summary description for ViewPropertyItem.
상속: ViewPropertySlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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