HistoryManagerRegisterRegionImpl Method
Register Region within current History object.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
protected abstract void RegisterRegionImpl(
RegionBase region,
bool makeCurrent
)
Protected MustOverride Sub RegisterRegionImpl (
region As RegionBase,
makeCurrent As Boolean
)
protected:
virtual void RegisterRegionImpl(
RegionBase^ region,
bool makeCurrent
) abstract
abstract RegisterRegionImpl :
region : RegionBase *
makeCurrent : bool -> unit
Parameters
- region RegionBase
-
- makeCurrent Boolean
-