Pointers Property (Read Only)
Syntax
Object.Pointers
Data Type
Applies To
Purpose
Returns a collection of Pointer objects.
Example
'Set the color of pointer 1 to yellow
CWSlide1.Pointers.Item(1).Color = vbYellow
Object.Pointers
Returns a collection of Pointer objects.
'Set the color of pointer 1 to yellow
CWSlide1.Pointers.Item(1).Color = vbYellow