Intersoft ClientUI Documentation
TickBarItems Property



Gets or sets the tick bar items. Use this property when you need to set the custom ticks from slider. If you want to change the items from UXTickBar use Items property directly.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TickBarItems As UXTickBarItemCollection
Dim instance As UXTickBar
Dim value As UXTickBarItemCollection
 
instance.TickBarItems = value
 
value = instance.TickBarItems
[CategoryAttribute("Common Properties")]
public UXTickBarItemCollection TickBarItems {get; set;}
[CategoryAttribute("Common Properties")]
public:
property UXTickBarItemCollection^ TickBarItems {
   UXTickBarItemCollection^ get();
   void set (    UXTickBarItemCollection^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXTickBar Class
UXTickBar Members

Send Feedback