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