Important
This interface is for internal use only and must not be accessed by the user code.
Provides access to the internal functionality of RegionBase.
public interface IRegionInternalPublic Interface IRegionInternalpublic interface class IRegionInternaltype IRegionInternal = interface end| InvokeGetCursorType | Calls GetCursorType(MouseEventOptions) with respect to the child regions. |
| IsPointInRegion | Checks whether the specified point is within the region. |
| OnBeforeMouseDown | Pre-handles the MouseDown event for the region. |
| OnBeforeMouseMove | Pre-handles the MouseMove event for the region. |
| OnBeforeMouseUp | Pre-handles the MouseUp event for the region. |