T
Intersoft ClientUI Documentation
ISBehavior<T> Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : ISBehavior<T> Class






Serves as the base class for all Intersoft Client UI behaviors

Object Model

ISBehavior<T> Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ISBehavior(Of T As DependencyObject) 
   Inherits System.Windows.Interactivity.Behavior(Of T)
Visual Basic (Usage)Copy Code
Dim instance As ISBehavior(Of T)
C# 
public abstract class ISBehavior<T> : System.Windows.Interactivity.Behavior<T> where T: DependencyObject
Delphi 
public class ISBehavior = class(System.Windows.Interactivity.Behavior)abstract; 
JScript 
JScript does not support Generics.
Managed Extensions for C++ 
public __gc abstract class ISBehavior<T> : public System.Windows.Interactivity.Behavior<T> where T: DependencyObject
C++/CLI 
generic<typename T>
public ref class ISBehavior abstract : public System.Windows.Interactivity.Behavior<T> where T: DependencyObject

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.Interactivity.Behavior
         System.Windows.Interactivity.Behavior<T>
            Intersoft.Client.Framework.ISBehavior<T>
               Intersoft.Client.UI.Controls.FlippingBehavior
               Intersoft.Client.UI.Controls.Interactivity.DragDropBehavior
               Intersoft.Client.UI.Controls.Interactivity.DragDropPointBehavior
               Intersoft.Client.UI.Controls.Interactivity.DropTargetBehavior
               Intersoft.Client.UI.Controls.JumpingBehavior

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.