Class
WindowInteropabilityHelper

Provides methods for interoperation with the native windowing system.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public static class WindowInteropabilityHelper

Inheritance: objectWindowInteropabilityHelper

Fields

WindowInteropabilityAdapterProperty

Identifies the WindowInteropabilityAdapter dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty WindowInteropabilityAdapterProperty

Field Value

DependencyProperty

Methods

GetWindowInteropabilityAdapter(DependencyObject)

Retrieves the window interopability adapter associated with the specified DependencyObject.

Declaration

cs-api-definition
public static IWindowInteropabilityAdapter GetWindowInteropabilityAdapter(DependencyObject obj)

Parameters

obj

DependencyObject

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

cs-api-definition
public static void SetWindowInteropabilityAdapter(DependencyObject obj, IWindowInteropabilityAdapter value)

Parameters

obj

DependencyObject

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

value

IWindowInteropabilityAdapter

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