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

Inheritance: System.Windows.Forms.Form, IFWDisposable
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OccurrenceDlg() public method

public OccurrenceDlg ( IHelpTopicProvider helpTopicProvider, int min, int max, bool paren ) : System
helpTopicProvider IHelpTopicProvider
min int
max int
paren bool
return System

SetHelpTopic() public method

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
return void