Property | Type | Description | |
---|---|---|---|
TextBoxVc | System |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
TextBoxVc ( |
Construct one. Must be part of an InnerFwTextBox.
|
public Display ( IVwEnv vwenv, int hvo, int frag ) : void | ||
vwenv | IVwEnv | |
hvo | int | |
frag | int | |
return | void |
static public RGB ( int r, int g, int b ) : uint | ||
r | int | |
g | int | |
b | int | |
return | uint |
public UpdateRootBoxTextProps ( ITsTextProps ttp ) : ITsTextProps | ||
ttp | ITsTextProps | |
return | ITsTextProps |
public setWsfAndWs ( ILgWritingSystemFactory wsf, int ws ) : void | ||
wsf | ILgWritingSystemFactory | The WSF. |
ws | int | The ws. |
return | void |