The ntzKnob control is ideal for use as volume and fader controls, as well as function switches. This makes it useful in place of option buttons too, conserving valuable GUI space. And unlike rotary controls offered elsewhere, the operation of the ntzKnob control is smooth and responsive. So you won't have to sacrifice ease of use for visual appeal. |
|
Properties |
 | BackColor: Returns/sets the backgound color. BackPicture: Returns/sets the picture applied to the background. BackStyle: Returns/sets the background transparency. Caption: Returns/sets the Caption. CaptionAlign: Returns/sets the alignment of the Caption. CaptionColor: Returns/sets the color of the Caption. CaptionFont: Returns/sets the font of the Caption. CaptionSpace: Returns/sets the additional spacing between the Caption and the knob. Enabled: Returns/sets whether the Knob will respond to user interaction. EtchedText: Returns/sets the etched effect applied to the Caption and scale. FocusColor: Returns/sets the color used to indicate focus. FocusEffect: Returns/sets the effect used to indicate focus. Font: Returns/sets the Font of the scale. ForeColor: Returns/sets the foregound color. Gradient: Returns/sets the Gradient applied to the knob. Grayness: Returns/sets the blending of scale ticks with the backgound. hWnd: Returns the hWnd. Increment: Returns/sets the Increment of knob movement. KnobColor: Returns/sets the color of the knob. KnobSpace: Returns/sets the spacing between the knob and the scale. List: Returns/sets custom scale text. MaskColor: Returns/sets the color used for masking the Picture. MaskEnabled: Returns/sets whether the MaskColor property is used. Max: Returns/sets the maximum Value. Min: Returns/sets the minimum Value. Picture: Returns/sets the Picture used for the knob. PointerColor: Returns/sets the color of the pointer. PointerSize: Returns/sets the size of the pointer. PointerStyle: Returns/sets the style of the pointer. ScaleSpace: Returns/sets the additional spacing around the scale. ScaleSpan: Returns/sets the span of the scale. ScaleStart: Returns/sets the starting angle of the scale. ScaleStep: Returns/sets the step of the scale. ScaleStyle: Returns/sets the style of the scale. Shadow: Returns/sets the amount of knob Shadow. ShowSign: Returns/sets which signed values have the sign rendered. ShowPlusLeft: Returns/sets whether any plus signs are shown to the left of corresponding values. ShowValue: Returns/sets whether the Value is rendered on the knob. Style: Returns/sets the knob Style. TickFrequency: Returns/sets the frequency of scale ticks. TickSize: Returns/sets the size of scale ticks. Value: Returns/sets the Value. ValueColor: Returns/sets the color used to render the Value. Velocity: Returns/sets the Velocity of knob movement. Vertical: Returns/sets whether the knob responds to vertical mouse movement.
|
|
Methods |
 | Refresh: Method for refreshing the appearence.
|
|
Events |
 | Change: Fires when the mouse button is released and the Value property has been changed. Turn: Fires as the knob is turned. KeyDown: Fires when a keyboard key is depressed. KeyPress: Fires when a keyboard key is depressed. KeyUp: Fires when a keyboard key is released.
|