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






Provides abstraction for uxmenu controls.

Object Model

UXMenuBase Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class UXMenuBase 
   Inherits Intersoft.Client.Framework.ISSelectionControl
   Implements IControlIFramework, ILicensing, ISelectionIMenu 
Visual Basic (Usage)Copy Code
Dim instance As UXMenuBase
C# 
public abstract class UXMenuBase : Intersoft.Client.Framework.ISSelectionControl, IControlIFramework, ILicensing, ISelectionIMenu  
Delphi 
public class UXMenuBase = class(Intersoft.Client.Framework.ISSelectionControl, IControl, IFramework, ILicensing, ISelection, IMenu)abstract; 
JScript 
public abstract class UXMenuBase extends Intersoft.Client.Framework.ISSelectionControl implements IControlIFramework, ILicensing, ISelectionIMenu 
Managed Extensions for C++ 
public __gc abstract class UXMenuBase : public Intersoft.Client.Framework.ISSelectionControl, IControlIFramework, ILicensing, ISelectionIMenu  
C++/CLI 
public ref class UXMenuBase abstract : public Intersoft.Client.Framework.ISSelectionControl, IControlIFramework, ILicensing, ISelectionIMenu  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.ISItemsControl
                     Intersoft.Client.Framework.ISSelectionControl
                        Intersoft.Client.UI.Aqua.UXMenuBase
                           Intersoft.Client.UI.Aqua.UXContextMenu
                           Intersoft.Client.UI.Aqua.UXMenuBar

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.