Intersoft ClientUI Documentation
SetTargetCallOut Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXCallOut Class : SetTargetCallOut Method






element
TargetElement.
value
Target CallOut.
Sets the target callout.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetTargetCallOut( _
   ByVal element As UIElement, _
   ByVal value As UXCallOut _
) 
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As UXCallOut
 
UXCallOut.SetTargetCallOut(element, value)
C# 
public static void SetTargetCallOut( 
   UIElement element,
   UXCallOut value
)
Delphi 
public procedure SetTargetCallOut( 
    element: UIElement;
    value: UXCallOut
); static; 
JScript 
public static function SetTargetCallOut( 
   element : UIElement,
   value : UXCallOut
);
Managed Extensions for C++ 
public: static void SetTargetCallOut( 
   UIElement* element,
   UXCallOut* value
) 
C++/CLI 
public:
static void SetTargetCallOut( 
   UIElement^ element,
   UXCallOut^ value
) 

Parameters

element
TargetElement.
value
Target CallOut.

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.