Intersoft ClientUI Documentation
ShowPointer Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > CallOut Class : ShowPointer Property






Gets or sets a value that determines whether pointer is shown.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
Public Property ShowPointer As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CallOut
Dim value As Boolean
 
instance.ShowPointer = value
 
value = instance.ShowPointer
C# 
[CategoryAttribute("Appearance")]
public bool ShowPointer {get; set;}
Delphi 
public read-write property ShowPointer: Boolean; 
JScript 
CategoryAttribute("Appearance")
public function get,set ShowPointer : boolean
Managed Extensions for C++ 
[CategoryAttribute("Appearance")]
public: __property bool get_ShowPointer();
public: __property void set_ShowPointer( 
   bool value
);
C++/CLI 
[CategoryAttribute("Appearance")]
public:
property bool ShowPointer {
   bool get();
   void set (    bool value);
}

Remarks

One of the most unique features in CallOut control is the ability to easily customize the pointer shape.

ShowPointer determines whether the pointer is visible or not.

XAML Copy Code
<StackPanel HorizontalAlignment="Center" VerticalAlignment="Center"
    Orientation="Horizontal">
    <Intersoft:CallOut Margin="4" ShowPointer="False" Width="128" Height="128"/>
    <Intersoft:CallOut Margin="4" Width="128" Height="128"/>
</StackPanel>

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.