IRegionEvaluableInternal Interface

Provides access to the internal functionality of RegionEvaluable.

  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 IRegionEvaluableInternal : IRegionInternal
Implements
IRegionInternal

Methods

InitEvaluableLayout Calls InitLayout(Store) once per lifetime of the evaluable region.
InvokeGetCursorType Calls GetCursorType(MouseEventOptions) with respect to the child regions.
(Inherited from IRegionInternal)
IsPointInRegion Checks whether the specified point is within the region.
(Inherited from IRegionInternal)
OnBeforeMouseDown Pre-handles the MouseDown event for the region.
(Inherited from IRegionInternal)
OnBeforeMouseMove Pre-handles the MouseMove event for the region.
(Inherited from IRegionInternal)
OnBeforeMouseUp Pre-handles the MouseUp event for the region.
(Inherited from IRegionInternal)

See Also