Statistics Property (Read Only)
Syntax
Object.Statistics
Data Type
Applies To
Purpose
Returns the Statistics object for this control.
Example
'Display the minimum value the slider has had
MsgBox CWSlide1.Statistics.Minimum
Object.Statistics
Returns the Statistics object for this control.
'Display the minimum value the slider has had
MsgBox CWSlide1.Statistics.Minimum