Class WindowInteropabilityHelper
Provides methods for interoperation with the native windowing system.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class WindowInteropabilityHelper : Object
Fields
WindowInteropabilityAdapterProperty
Identifies the WindowInteropabilityAdapter dependency property.
Declaration
public static readonly DependencyProperty WindowInteropabilityAdapterProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetWindowInteropabilityAdapter(DependencyObject)
Retrieves the window interopability adapter associated with the specified DependencyObject.
Declaration
public static IWindowInteropabilityAdapter GetWindowInteropabilityAdapter(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The DependencyObject for which to get the window interopability adapter. |
Returns
IWindowInteropabilityAdapter
The window interopability adapter associated with the given DependencyObject. |
SetWindowInteropabilityAdapter(DependencyObject, IWindowInteropabilityAdapter)
Sets the interopability adapter for the specified dependency object.
Declaration
public static void SetWindowInteropabilityAdapter(DependencyObject obj, IWindowInteropabilityAdapter value)
Parameters
System.Windows.DependencyObject
obj
The dependency object for which the interopability adapter is being set. |
IWindowInteropabilityAdapter
value
The interopability adapter to be set for the specified dependency object. |