Interface IWindowInteropabilityAdapter
Provides methods for interoperation with window functionalities.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IWindowInteropabilityAdapter
Properties
AbsoluteLeft
Gets the absolute left position of the window in pixels.
Declaration
int AbsoluteLeft { get; }
Property Value
System.Int32
|
AbsoluteTop
Gets the absolute top position of the window in screen coordinates.
Declaration
int AbsoluteTop { get; }
Property Value
System.Int32
|
Handle
Provides a mechanism for handling interoperability with windowing systems.
Declaration
IntPtr Handle { get; }
Property Value
System.IntPtr
|