프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
Construct one. Must be part of an InnerFwTextBox.
|
public Display ( IVwEnv vwenv, int hvo, int frag ) : void | ||
vwenv | IVwEnv | |
hvo | int | |
frag | int | |
리턴 | void |
public UpdateRootBoxTextProps ( ITsTextProps ttp ) : ITsTextProps | ||
ttp | ITsTextProps | |
리턴 | ITsTextProps |
public setWsfAndWs ( ILgWritingSystemFactory wsf, int ws ) : void | ||
wsf | ILgWritingSystemFactory | The WSF. |
ws | int | The ws. |
리턴 | void |