property Slider.VisiblePart(Part as PartEnum) as Boolean
Indicates whether the specified part is visible or hidden.

TypeDescription
Part as PartEnum A PartEnum expression or a combination of PartEnum expressions being shown or hidden
Boolean A boolean expression that indicates whether the part is visible or hidden
The VisiblePart property specifies which part is visible and which part is hidden. The VisibleParts property is similar to VisiblePart property, excepts that all parts must be specified. By default, when a part becomes visible, the EnablePart property is automatically called, so it becomes enabled. The control fires the ClickPart event when the user clicks a part of the control. The ClickingPart event is fired continuously while the user keeps clicking the part of the control. Use the Background property to specify a visual appearance for a specified part of the control in a certain state.

By default, the following parts are shown: