Visible Property
Syntax
CWPointer.Visible
Data Type
Purpose
Specifies if the pointer is visible or hidden.
Example
'Make the pointer visible
CWSlide1.Pointers.Item(1).Visible = True
CWPointer.Visible
Specifies if the pointer is visible or hidden.
'Make the pointer visible
CWSlide1.Pointers.Item(1).Visible = True