WorksheetAttachAutoComplete Method
Attaches the event handler which starts dynamic assistance
to
AvailableTermsListShow event of the specified region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
protected abstract void AttachAutoComplete(
RegionBase region
)
Protected MustOverride Sub AttachAutoComplete (
region As RegionBase
)
protected:
virtual void AttachAutoComplete(
RegionBase^ region
) abstract
abstract AttachAutoComplete :
region : RegionBase -> unit
Parameters
- region RegionBase
- Region to attach the event handler to.