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






Gets or sets the template of pointer element.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property PointerTemplate As DataTemplate
Visual Basic (Usage)Copy Code
Dim instance As UXTickBarItem
Dim value As DataTemplate
 
instance.PointerTemplate = value
 
value = instance.PointerTemplate
C# 
[CategoryAttribute("Common Properties")]
public DataTemplate PointerTemplate {get; set;}
Delphi 
public read-write property PointerTemplate: DataTemplate; 
JScript 
CategoryAttribute("Common Properties")
public function get,set PointerTemplate : DataTemplate
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property DataTemplate* get_PointerTemplate();
public: __property void set_PointerTemplate( 
   DataTemplate* value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property DataTemplate^ PointerTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}

Remarks

You can use PointerTemplate to fully customize the appearance of the pointer. For more information on how to customize the pointer appearance using PointerTemplate, see How-to: Customize Pointer Element in UXTickBar.

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.