Name Property
Syntax
CWPointer.Name
Data Type
Purpose
Specifies the name of the pointer.
Remarks
Use the name to access the pointer in the CWPointers collection.
Example
'Set pointer 1's name
CWSlide1.Pointers.Item(1).Name = "Value"
'Access the pointer by name
CWSlide1.Pointers.Item("Value").Value = 10