C# Класс SIL.FieldWorks.TE.SectionCboItem

Class to represent sections in the To/From combo boxes
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SectionCboItem ( ITsString title, int sectionIndex, int indexInOtherList ) : System

Initializes a new instance of the T:SectionCboItem class.

ToString ( ) : string

Returns a that represents the current .

Описание методов

SectionCboItem() публичный Метод

Initializes a new instance of the T:SectionCboItem class.
public SectionCboItem ( ITsString title, int sectionIndex, int indexInOtherList ) : System
title ITsString The description of the section (reference + section heading /// text).
sectionIndex int Index of the section in the book.
indexInOtherList int The index of the corresponding item in the other /// combo box list (used for making sure that a proper range is set, e.g. the From /// section is not greater than the To section).
Результат System

ToString() публичный Метод

Returns a that represents the current .
public ToString ( ) : string
Результат string