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