Gets the callout element.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property CallOutElement As CallOut |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UXCallOut
Dim value As CallOut
value = instance.CallOutElement |
C# | |
---|
public CallOut CallOutElement {get;} |
Delphi | |
---|
public read-only property CallOutElement: CallOut; |
JScript | |
---|
public function get CallOutElement : CallOut |
Managed Extensions for C++ | |
---|
public: __property CallOut* get_CallOutElement(); |
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