Intersoft ClientUI Documentation
UXMenu Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace : UXMenu Class






Provides a lightweight control for displaying a menu to the attached element.

Object Model

UXMenu Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Provides a lightweight control for displaying a menu to the attached element.")>
<TemplatePartAttribute(Name="ScrollElement", Type=Intersoft.Client.UI.Aqua.UXScroller)>
<TemplatePartAttribute(Name="IndicatorBackgroundElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Aqua.UXCallOut)>
Public Class UXMenu 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXMenu
C# 
[DescriptionAttribute("Provides a lightweight control for displaying a menu to the attached element.")]
[TemplatePartAttribute(Name="ScrollElement", Type=Intersoft.Client.UI.Aqua.UXScroller)]
[TemplatePartAttribute(Name="IndicatorBackgroundElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Aqua.UXCallOut)]
public class UXMenu : Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
Delphi 
public class UXMenu = class(Intersoft.Client.Framework.ISContentControl, IControl, IFramework, ILicensing)
JScript 
DescriptionAttribute("Provides a lightweight control for displaying a menu to the attached element.")
TemplatePartAttribute(Name="ScrollElement", Type=Intersoft.Client.UI.Aqua.UXScroller)
TemplatePartAttribute(Name="IndicatorBackgroundElement", Type=System.Windows.Controls.Border)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Aqua.UXCallOut)
public class UXMenu extends Intersoft.Client.Framework.ISContentControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[DescriptionAttribute("Provides a lightweight control for displaying a menu to the attached element.")]
[TemplatePartAttribute(Name="ScrollElement", Type=Intersoft.Client.UI.Aqua.UXScroller)]
[TemplatePartAttribute(Name="IndicatorBackgroundElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Aqua.UXCallOut)]
public __gc class UXMenu : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  
C++/CLI 
[DescriptionAttribute("Provides a lightweight control for displaying a menu to the attached element.")]
[TemplatePartAttribute(Name="ScrollElement", Type=Intersoft.Client.UI.Aqua.UXScroller)]
[TemplatePartAttribute(Name="IndicatorBackgroundElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="CallOutElement", Type=Intersoft.Client.UI.Aqua.UXCallOut)]
public ref class UXMenu : public Intersoft.Client.Framework.ISContentControl, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Aqua.UXMenu

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.