Property | Type | Description | |
---|---|---|---|
UpdateCalendarOptions | void | ||
m_endPicker_ValueChanged | void | ||
m_helpButton_Click | void | ||
m_startPicker_ValueChanged | void | ||
m_typeCombo_SelectedIndexChanged | void |
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.
|
|
SetDlgValues ( IMatcher matcher1 ) : void |
Initialize the dialog, based on the old matcher, if any, and if recognized.
|
|
SimpleDateMatchDlg ( IHelpTopicProvider helpTopicProvider ) : System |
Initializes a new instance of the T:SimpleDateMatchDlg class.
|
Method | Description | |
---|---|---|
OnLoad ( |
Hide unwanted controls.
|
Method | Description | |
---|---|---|
UpdateCalendarOptions ( ) : void | ||
m_endPicker_ValueChanged ( object sender, System e ) : void | ||
m_helpButton_Click ( object sender, |
||
m_startPicker_ValueChanged ( object sender, System e ) : void | ||
m_typeCombo_SelectedIndexChanged ( object sender, System e ) : void |
public SetDlgValues ( IMatcher matcher1 ) : void | ||
matcher1 | IMatcher | The matcher1. |
return | void |
public SimpleDateMatchDlg ( IHelpTopicProvider helpTopicProvider ) : System | ||
helpTopicProvider | IHelpTopicProvider | The help topic provider. |
return | System |