CyberStore Ecommerce 2023 Documentation
HotSpotInitialize Method


Dovetail.Ecommerce.ControlBases Namespace > HotSpoting Class : HotSpotInitialize Method
Identifier for the diagram.
The control.
The page.
The width.
Hot spot initialize.
Syntax
'Declaration
 
Public Sub HotSpotInitialize( _
   ByVal Diagram_ID As Integer, _
   ByVal control As Control, _
   ByVal page As Page, _
   ByVal Width As Unit _
) 
'Usage
 
Dim instance As HotSpoting
Dim Diagram_ID As Integer
Dim control As Control
Dim page As Page
Dim Width As Unit
 
instance.HotSpotInitialize(Diagram_ID, control, page, Width)
public void HotSpotInitialize( 
   int Diagram_ID,
   Control control,
   Page page,
   Unit Width
)

Parameters

Diagram_ID
Identifier for the diagram.
control
The control.
page
The page.
Width
The width.
See Also

Reference

HotSpoting Class
HotSpoting Members