TcxRegion.Handle Property
Specifies a handle to the region.
Declaration
property Handle: TcxRegionHandle read; write;
Property Value
Type |
---|
TcxRegionHandle |
Remarks
This property associates a TcxRegion wrapper with a Windows API region. You can use the Handle property in Windows API calls that manipulate regions.
See Also