Jump to content

CSM SETINCREMENT

From EDM2
Revision as of 19:25, 20 April 2025 by Martini (talk | contribs) (Created page with "This message sets the scroll and tick mark increments of the control. ==Syntax== <PRE> param1 USHORT usScrollIncr; Scroll increment.: param2 USHORT usTickIncr; Tick mark increment.: </PRE> ==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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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