Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the frequency with which tick marks are displayed in a slider.
void SetTicFreq(
int nFreq
);
Parameters
- nFreq
Frequency of the tick marks.
Remarks
For example, if the frequency is set to 2, a tick mark is displayed for every other increment in the slider's range. The default setting for the frequency is 1 (that is, every increment in the range is associated with a tick mark).
You must create the control with the TBS_AUTOTICKS style to use this function. For more information, see CSliderCtrl::Create.
Requirements
Header: afxcmn.h