IRegionInternal Interface

Provides access to the internal functionality of RegionBase.

  Important

This interface is for internal use only and must not be accessed by the user code.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IRegionInternal

Methods

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.

See Also