Intersoft ClientUI Documentation
UXTickBarItemCollection Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace : UXTickBarItemCollection Class






Represents an observable collection of tick bar item.

Object Model

UXTickBarItemCollection Class

Syntax

Visual Basic (Declaration) 
Public Class UXTickBarItemCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of UXTickBarItem)
Visual Basic (Usage)Copy Code
Dim instance As UXTickBarItemCollection
C# 
public class UXTickBarItemCollection : System.Collections.ObjectModel.ObservableCollection<UXTickBarItem> 
Delphi 
public class UXTickBarItemCollection = class(System.Collections.ObjectModel.ObservableCollection)
JScript 
public class UXTickBarItemCollection extends System.Collections.ObjectModel.ObservableCollection
Managed Extensions for C++ 
public __gc class UXTickBarItemCollection : public System.Collections.ObjectModel.ObservableCollection<UXTickBarItem> 
C++/CLI 
public ref class UXTickBarItemCollection : public System.Collections.ObjectModel.ObservableCollection<UXTickBarItem> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Intersoft.Client.UI.Aqua.UXInput.UXTickBarItemCollection

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.