A control for containing/switching multiple page views.

Namespace: Ico.Gwx
Assembly: GwxControls (in GwxControls.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class CustomPivotControl : TabControl, 
	IServiceProvider, IDisposable, IUICommandTarget, ICommandTarget
Visual Basic
Public Class CustomPivotControl _
	Inherits TabControl _
	Implements IServiceProvider, IDisposable, IUICommandTarget, ICommandTarget
JScript
public class CustomPivotControl extends TabControl implements IServiceProvider, IDisposable, IUICommandTarget, ICommandTarget

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                System.Windows.Controls.Primitives..::..Selector
                  System.Windows.Controls..::..TabControl
                    Ico.Gwx..::..CustomPivotControl

See Also