Intersoft ClientUI Documentation
SetTargetCallOut Method



TargetElement.
Target CallOut.
Sets the target callout.
Syntax
Public Shared Sub SetTargetCallOut( _
   ByVal element As UIElement, _
   ByVal value As UXCallOut _
) 
Dim element As UIElement
Dim value As UXCallOut
 
UXCallOut.SetTargetCallOut(element, value)
public static void SetTargetCallOut( 
   UIElement element,
   UXCallOut value
)
public:
static void SetTargetCallOut( 
   UIElement^ element,
   UXCallOut^ value
) 

Parameters

element
TargetElement.
value
Target CallOut.
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

Send Feedback