Click or drag to resize
TabPageExtrasSetEnableOnAllTabPagesInTabControl Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SetEnableOnAllTabPagesInTabControl(
	TabControl tc,
	bool enabled,
	List<TabPage> excluding = null
)

Parameters

tc
Type: System.Windows.FormsTabControl
enabled
Type: SystemBoolean
excluding (Optional)
Type: System.Collections.GenericListTabPage
See Also