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






Represents a control that draws a tick bar item for tick bar control.

Object Model

UXTickBarItem Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="PointerTransformer", Type=Intersoft.Client.UI.Controls.ContentTransformer)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)>
<TemplatePartAttribute(Name="PointerTemplateElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="PointerElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="PointerShapeElement", Type=System.Windows.Shapes.Rectangle)>
Public Class UXTickBarItem 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXTickBarItem
C# 
[TemplatePartAttribute(Name="PointerTransformer", Type=Intersoft.Client.UI.Controls.ContentTransformer)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="PointerTemplateElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PointerElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PointerShapeElement", Type=System.Windows.Shapes.Rectangle)]
public class UXTickBarItem : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
Delphi 
public class UXTickBarItem = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="PointerTransformer", Type=Intersoft.Client.UI.Controls.ContentTransformer)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)
TemplatePartAttribute(Name="PointerTemplateElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="PointerElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="PointerShapeElement", Type=System.Windows.Shapes.Rectangle)
public class UXTickBarItem extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="PointerTransformer", Type=Intersoft.Client.UI.Controls.ContentTransformer)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="PointerTemplateElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PointerElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PointerShapeElement", Type=System.Windows.Shapes.Rectangle)]
public __gc class UXTickBarItem : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="PointerTransformer", Type=Intersoft.Client.UI.Controls.ContentTransformer)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="PointerTemplateElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PointerElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="PointerShapeElement", Type=System.Windows.Shapes.Rectangle)]
public ref class UXTickBarItem : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  

Remarks

Each UXTickBarItem contains a pointer element and a content element. The content of each tickbar item is not restricted to string type only. You can specify other UIElement as the content of UXTickBarItem.

View Copy Code
<StackPanel Width="400" VerticalAlignment="Center">
    <Intersoft:UXTickBarItem Content="Item 1" PointerWidth="5" PointerHeight="10" />
    <Intersoft:UXTickBarItem Content="Item 2" PointerPosition="Left"/>
    <Intersoft:UXTickBarItem Content="Item 3" PointerPosition="Right"/>
    <Intersoft:UXTickBarItem Content="Item 4" PointerPosition="Top"/>
    <Intersoft:UXTickBarItem Content="Item 5" PointerPosition="Bottom"/>
</StackPanel>
            

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Aqua.UXInput.UXTickBarItem

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.