Interface IWindowInteropabilityAdapter
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IWindowInteropabilityAdapter
Properties
AbsoluteLeft
Declaration
int AbsoluteLeft { get; }
Property Value
System.Int32
|
AbsoluteTop
Declaration
int AbsoluteTop { get; }
Property Value
System.Int32
|
Handle
Declaration
IntPtr Handle { get; }
Property Value
System.IntPtr
|