SmartTipsManager InitializeTab Method CleanCode C# Libraries v1.2.03 API
Initializes the tab.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void InitializeTab()
Remarks

InitializeTab should be invoked in the Enter event handler for every OnlineTabPage in your SmartTips form. This method sets or clears the common suppressCheckBox for the current tab based on persistent settings, and makes a note of the current tab so that upon closing and re-opening the form it will return to the same TabPage.
See Also