ClassWindowInteropabilityHelper
Provides methods for interoperation with the native windowing system.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public static class WindowInteropabilityHelper
Inheritance: objectWindowInteropabilityHelper
Fields
WindowInteropabilityAdapterProperty
Identifies the WindowInteropabilityAdapter dependency property.
Declaration
public static readonly DependencyProperty WindowInteropabilityAdapterProperty
Field Value
DependencyProperty
Methods
GetWindowInteropabilityAdapter(DependencyObject)
Retrieves the window interopability adapter associated with the specified DependencyObject.
Declaration
public static IWindowInteropabilityAdapter GetWindowInteropabilityAdapter(DependencyObject obj)
Parameters
obj
DependencyObject
The DependencyObject for which to get the window interopability adapter.
Returns
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
obj
DependencyObject
The dependency object for which the interopability adapter is being set.
value
The interopability adapter to be set for the specified dependency object.