This class defines the information for an individual tab used in a GwxDisplayTabs object.

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

Syntax

C#
public sealed class GwxDisplayTab : FreezableFilteredCustomTypeDescriptorBase, 
	IManagerChild, IChildObject, IUpdateable
Visual Basic
Public NotInheritable Class GwxDisplayTab _
	Inherits FreezableFilteredCustomTypeDescriptorBase _
	Implements IManagerChild, IChildObject, IUpdateable
JScript
public final class GwxDisplayTab extends FreezableFilteredCustomTypeDescriptorBase implements IManagerChild, IChildObject, IUpdateable

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDisplayTab

See Also