Intersoft ClientUI Documentation
FocusActiveElement Property



Gets or sets a value indicating whether the element of which the context menu is displayed on should be automatically focused.
Syntax
<CategoryAttribute("Common Properties")>
Public Property FocusActiveElement As Boolean
Dim instance As UXContextMenu
Dim value As Boolean
 
instance.FocusActiveElement = value
 
value = instance.FocusActiveElement
[CategoryAttribute("Common Properties")]
public bool FocusActiveElement {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool FocusActiveElement {
   bool get();
   void set (    bool value);
}
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

UXContextMenu Class
UXContextMenu Members

Send Feedback