Initializes the tab.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public void InitializeTab()
public void InitializeTab()
public:
void InitializeTab()
public:
void InitializeTab()
InitializeTab should be invoked in the
Enter
event handler
for every
TabPage 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.