TabControlExtensionBase Constructors
Represents a base class implementing the common functionality of tabbed extensions (like TabControl).Name | Parameters | Description |
---|---|---|
TabControlExtensionBase(TabControlSettingsBase, ViewContext) | settings, viewContext | Initializes a new instance of the TabControlExtensionBase class with the specified settings and provides the context information about the view. |
TabControlExtensionBase(TabControlSettingsBase) | settings | Initializes a new instance of the TabControlExtensionBase class with the specified settings. |
See Also