Intersoft ClientUI Documentation
MultiBindings Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : MultiBindings Class






Describes a collection of MultiBinding objects attached to a single framework element.

Object Model

MultiBindings Class

Syntax

Visual Basic (Declaration) 
<ContentPropertyAttribute("Bindings")>
Public Class MultiBindings 
   Inherits System.Windows.FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As MultiBindings
C# 
[ContentPropertyAttribute("Bindings")]
public class MultiBindings : System.Windows.FrameworkElement 
Delphi 
public class MultiBindings = class(System.Windows.FrameworkElement)
JScript 
ContentPropertyAttribute("Bindings")
public class MultiBindings extends System.Windows.FrameworkElement
Managed Extensions for C++ 
[ContentPropertyAttribute("Bindings")]
public __gc class MultiBindings : public System.Windows.FrameworkElement 
C++/CLI 
[ContentPropertyAttribute("Bindings")]
public ref class MultiBindings : public System.Windows.FrameworkElement 

Remarks

For more information about MultiBinding, see Introduction to Multi Binding.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            Intersoft.Client.Framework.MultiBindings

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.