C# Class SIL.FieldWorks.LexText.Controls.OccurrenceDlg

Inheritance: System.Windows.Forms.Form, IFWDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

CheckDisposed() public méthode

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OccurrenceDlg() public méthode

public OccurrenceDlg ( IHelpTopicProvider helpTopicProvider, int min, int max, bool paren ) : System
helpTopicProvider IHelpTopicProvider
min int
max int
paren bool
Résultat System

SetHelpTopic() public méthode

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
Résultat void