Intersoft ClientUI Documentation
ActiveElement Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXContextMenu Class : ActiveElement Property






Gets the active element.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ActiveElement As FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As UXContextMenu
Dim value As FrameworkElement
 
value = instance.ActiveElement
C# 
public FrameworkElement ActiveElement {get;}
Delphi 
public read-only property ActiveElement: FrameworkElement; 
JScript 
public function get ActiveElement : FrameworkElement
Managed Extensions for C++ 
public: __property FrameworkElement* get_ActiveElement();
C++/CLI 
public:
property FrameworkElement^ ActiveElement {
   FrameworkElement^ get();
}

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.