CSM SETINCREMENT
Appearance
This message sets the scroll and tick mark increments of the control.
Syntax
param1 USHORT usScrollIncr; /* Scroll increment. */ param2 USHORT usTickIncr; /* Tick mark increment. */
Parameters
- usScrollIncr (USHORT) - Input
- Scroll increment.
- This is the number by which the current value is incremented or decremented when one of the circular slider control button is selected.
- usTickIncr (USHORT) - Input
- Tick mark increment.
- This represents the number of tick marks to "skip" before drawing tick marks around the circular slider.
Returns
- rc (ULONG) - returns
- Success indicator.
- TRUE: Successful completion
- FALSE: Error occurred