Class WindowInteropabilityHelper
Inheritance
System.Object
WindowInteropabilityHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class WindowInteropabilityHelper
Fields
WindowInteropabilityAdapterProperty
Declaration
public static readonly DependencyProperty WindowInteropabilityAdapterProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetWindowInteropabilityAdapter(DependencyObject)
Declaration
public static IWindowInteropabilityAdapter GetWindowInteropabilityAdapter(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
IWindowInteropabilityAdapter
|
SetWindowInteropabilityAdapter(DependencyObject, IWindowInteropabilityAdapter)
Declaration
public static void SetWindowInteropabilityAdapter(DependencyObject obj, IWindowInteropabilityAdapter value)
Parameters
System.Windows.DependencyObject
obj
|
IWindowInteropabilityAdapter
value
|