C# Класс SIL.FieldWorks.LexText.Controls.OccurrenceDlg

Наследование: System.Windows.Forms.Form, IFWDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

OccurrenceDlg ( IHelpTopicProvider helpTopicProvider, int min, int max, bool paren ) : System
SetHelpTopic ( string helpTopic ) : void

Sets the help topic ID for the window. This is used in both the Help button and when the user hits F1

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitHelpTopic ( ) : void
InitializeComponent ( ) : void
m_btnCancel_Click ( object sender, EventArgs e ) : void
m_btnHelp_Click ( object sender, EventArgs e ) : void
m_btnOK_Click ( object sender, EventArgs e ) : void

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

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

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

public OccurrenceDlg ( IHelpTopicProvider helpTopicProvider, int min, int max, bool paren ) : System
helpTopicProvider IHelpTopicProvider
min int
max int
paren bool
Результат System

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

Sets the help topic ID for the window. This is used in both the Help button and when the user hits F1
public SetHelpTopic ( string helpTopic ) : void
helpTopic string
Результат void