EditDBModifDef Methods
The EditDBModifDef type exposes the following members.
Methods
Name | Summary | |
---|---|---|
availSettingsLB_SelectedIndexChanged(Object, EventArgs) | adds the selected setting to the settings (at the end) | |
CancelBtn_Click(Object, EventArgs) | no change was made to definition | |
Dispose(Boolean) | ||
EditBox_KeyDown(Object, KeyEventArgs) | override paste key combinations to avoid pasting rich text into edit box | |
EditBox_SelectionChanged(Object, EventArgs) | show the current line and column for easier detection of problems in xml document | |
EditDBModifDef_Shown(Object, EventArgs) | put the custom xml definition in the edit box for display/editing | |
InitializeComponent() | ||
myValidationEventHandler(Object, ValidationEventArgs) | validation handler for XML schema (user app settings and DBModif Def) checking | |
OKBtn_Click(Object, EventArgs) | store the displayed/edited text-box content back into the custom xml definition, including validation feedback |