Intersoft ClientUI Documentation
PreferredPosition Property (UXCallOut)



Gets or sets the preferred pop up positions.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PreferredPosition As PopupPosition
Dim instance As UXCallOut
Dim value As PopupPosition
 
instance.PreferredPosition = value
 
value = instance.PreferredPosition
[CategoryAttribute("Common Properties")]
public PopupPosition PreferredPosition {get; set;}
[CategoryAttribute("Common Properties")]
public:
property PopupPosition PreferredPosition {
   PopupPosition get();
   void set (    PopupPosition value);
}
Remarks

You can position the UXCallOut to one of the supported mode through the PreferredPosition property. It is best practice to use either Top, Left, Right or Bottom position to take advantage of the callout pointer feature. Otherwise, the callout pointer will not be enabled.

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

UXCallOut Class
UXCallOut Members
UXCallOut Class

Send Feedback