New to Telerik UI for WPFStart a free 30-day trial

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

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)
Parameters:objDependencyObject

The DependencyObject for which to get the window interopability adapter.

Returns:

IWindowInteropabilityAdapter

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)
Parameters:objDependencyObject

The dependency object for which the interopability adapter is being set.

valueIWindowInteropabilityAdapter

The interopability adapter to be set for the specified dependency object.