C# Класс SIL.FieldWorks.Common.Widgets.TextBoxVc

Наследование: SIL.FieldWorks.Common.RootSites.FwBaseVc
Показать файл Открыть проект Примеры использования класса

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