Свойство | Type | Description | |
---|---|---|---|
m_helpProvider | HelpProvider | ||
m_helpTopic | string |
Méthode | Description | |
---|---|---|
ConfigureHomographDlg ( ) : System | ||
EnableControls ( ) : void | ||
GetResults ( HomographConfiguration hc ) : void |
Set the properties of the HC passed in to those indicated by the dialog.
|
|
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
|
|
SetupDialog ( HomographConfiguration hc, FdoCache cache, FwStyleSheet stylesheet, IApp app, IHelpTopicProvider helpTopicProvider ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
m_btnHelp_Click ( object sender, EventArgs e ) : void |
Display help for this dialog.
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
RunStyleDialog ( string styleName ) : void | ||
SetHelpButtonEnabled ( ) : void | ||
m_linkConfigHomographNumber_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void | ||
m_linkConfigSenseRefNumber_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void | ||
m_radioAfter_CheckedChanged ( object sender, System e ) : void | ||
m_radioBefore_CheckedChanged ( object sender, System e ) : void | ||
m_radioHide_CheckedChanged ( object sender, System e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetResults ( HomographConfiguration hc ) : void | ||
hc | HomographConfiguration | |
Résultat | void |
public SetHelpTopic ( string helpTopic ) : void | ||
helpTopic | string | |
Résultat | void |
public SetupDialog ( HomographConfiguration hc, FdoCache cache, FwStyleSheet stylesheet, IApp app, IHelpTopicProvider helpTopicProvider ) : void | ||
hc | HomographConfiguration | |
cache | FdoCache | |
stylesheet | FwStyleSheet | |
app | IApp | |
helpTopicProvider | IHelpTopicProvider | |
Résultat | void |
protected m_btnHelp_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Résultat | void |