Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::slider::SliderDirection Enumeration
C++
enum SliderDirection {
  SLIDER_HORIZ = 1,
  SLIDER_VERT = 0
};
Members 
Description 
SLIDER_HORIZ = 1 
Slider is horizontal. That is the knob moves left and right. The value as minimum is at the left, and the value maximum is at the right. numerically minimum can be more than maximum. 
SLIDER_VERT = 0 
Slider is vertical. That is the knob moves up and down. The value as minimum is at the bottom, and the value maximum is at the top. numerically minimum can be more than maximum. 

These are values to pass to SetSliderOptions to control the slider's direction.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!