getCtlDivisor

Syntax

int getCtlDivisor(int n)

Arguments

n
The index number of the user control whose divisor you want to retrieve

Return

The divisor value assigned to the user control.

Description

This function gets the divisor value for STANDARD and SCROLLBAR controls.

Example

int d;
d = getCtlDivisor(4);
d = getCtlDivisor(5);

See Also

setCtlDivisor