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
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitHelpTopic ( ) : void | ||
InitializeComponent ( ) : void | ||
m_btnCancel_Click ( object sender, |
||
m_btnHelp_Click ( object sender, |
||
m_btnOK_Click ( object sender, |
public OccurrenceDlg ( IHelpTopicProvider helpTopicProvider, int min, int max, bool paren ) : System | ||
helpTopicProvider | IHelpTopicProvider | |
min | int | |
max | int | |
paren | bool | |
return | System |
public SetHelpTopic ( string helpTopic ) : void | ||
helpTopic | string | |
return | void |