Initializes a new instance of
the SmartTipsManager class.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public SmartTipsManager( Form form, StructuredTrace smartTrace, string initialPackedDictionary, TabControl tabControl, TabPage defaultPage, CheckBox suppressCheckBox, CheckBox disableCheckBox )
Parameters
- form
- Type: System.Windows.Forms Form
The Form.
- smartTrace
- Type: CleanCode.Diagnostics StructuredTrace
The StructuredTrace.
- initialPackedDictionary
- Type: System String
The initial (packed) dictionary operated on by SmartTipsManager.
- tabControl
- Type: System.Windows.Forms TabControl
The TabControl.
- defaultPage
- Type: System.Windows.Forms TabPage
The default page.
- suppressCheckBox
- Type: System.Windows.Forms CheckBox
The suppress CheckBox.
- disableCheckBox
- Type: System.Windows.Forms CheckBox
The disable CheckBox.
See Also