C# 클래스 SIL.FieldWorks.Common.Widgets.TextBoxVc

상속: SIL.FieldWorks.Common.RootSites.FwBaseVc
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TextBoxVc System

공개 메소드들

메소드 설명
Display ( IVwEnv vwenv, int hvo, int frag ) : void

The main method just displays the text with the appropriate properties.

RGB ( Color c ) : uint

Convert a .NET color to the type understood by Views code and other Win32 stuff.

RGB ( int r, int g, int b ) : uint

Make a standard Win32 color from three components.

UpdateRootBoxTextProps ( ITsTextProps ttp ) : ITsTextProps
setWsfAndWs ( ILgWritingSystemFactory wsf, int ws ) : void

Sets the writing system factory and the writing system hvo.

비공개 메소드들

메소드 설명
TextBoxVc ( InnerFwTextBox innerTextBox ) : System

Construct one. Must be part of an InnerFwTextBox.

메소드 상세

Display() 공개 메소드

The main method just displays the text with the appropriate properties.
public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
리턴 void

RGB() 정적인 공개 메소드

Convert a .NET color to the type understood by Views code and other Win32 stuff.
static public RGB ( Color c ) : uint
c Color
리턴 uint

RGB() 정적인 공개 메소드

Make a standard Win32 color from three components.
static public RGB ( int r, int g, int b ) : uint
r int
g int
b int
리턴 uint

UpdateRootBoxTextProps() 공개 메소드

public UpdateRootBoxTextProps ( ITsTextProps ttp ) : ITsTextProps
ttp ITsTextProps
리턴 ITsTextProps

setWsfAndWs() 공개 메소드

Sets the writing system factory and the writing system hvo.
public setWsfAndWs ( ILgWritingSystemFactory wsf, int ws ) : void
wsf ILgWritingSystemFactory The WSF.
ws int The ws.
리턴 void