Home

News

Downloads

Forums

Notes

Readme

Links

Foro en Espaņol


ctl32_balloontip

ctl32_datepicker

ctl32_formstate

ctl32_ftp

ctl32_gripper

ctl32_monthcalendar

ctl32_progressbar

ctl32_scontainer

ctl32_statusbar

ctl32_trackbar


ctl32_trackbar: overview | members | pictures


MSDN .NET System.Windows.Forms.TrackBar Members

Expand All | Collapse All

Expand All | Collapse All

  ctlAutoSize Gets or sets a value indicating whether the height and/or width of the control is automatically sized.
  ctlBackColor Gets or sets the background color of the control.
  ctlBackgroundImage Gets or sets the background image displayed in the control.
  ctlBackgroundImageLayout Gets or sets the background image layout.
  ctlBackStyle Specifies if the background of an object is transparent or opaque.
  ctlBorderColor Gets or sets the border color of the control.
  ctlBottom Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
  ctlCanFocus Specifies whether the control can receive focus.
  ctlControlSource Specifies the source of data to which an object is bound.
  ctlCreateControl Forces the creation of the control, including the creation of the handle and any child controls.
  ctlCreated Gets a value indicating whether the control has been created.
  ctlDefaultBackColor Gets the default background color of the control.
  ctlDefaultBorderColor Gets the default border color of the control.
  ctlDefaultForeColor Gets the default foreground color of the control.
  ctlDefaultHeight Gets the default height of the control.
  ctlDefaultWidth Gets the default width of the control.
  ctlDispose Releases all resources used by the control.
  ctlEnabled Gets or sets a value indicating whether the control can respond to user interaction.
  ctlFocused Gets a value indicating whether the control has input focus.
  ctlFontBold Specifies if the text is bold.
  ctlFontCharset Specifies the character set, or language script, of the font.
  ctlFontItalic Specifies if the text is italic.
  ctlFontName Specifies the name of the font used.
  ctlFontSize Specifies the size in points of the font.
  ctlFontStrikethru Specifies if the text is strikethru.
  ctlFontUnderline Specifies if the text is underlined.
  ctlForeColor Gets or sets the foreground color of the control.
  ctlHandle Gets the window handle that the control is bound to.
  ctlHide Conceals the control from the user.
  ctlHostFormhWnd Gets the window handle of the inner window of the parent form.
  ctlHosthWnd Gets the windows handle of the parent object of this control, if there is one.
  ctlhWnd DEPRECATED. Replaced by the .NET equivalent ctlHandle property.
  ctlIsHandleCreated Gets a value indicating whether the control has a handle associated with it.
ctlLargeChange Gets or sets a value to be added to or subtracted from the ctlValue property when the scroll box is moved a large distance.
  ctlLocationLeft Gets the Left coordinate of the upper-left corner of the control relative to the upper-left corner of its container.
  ctlLocationTop Gets the Top coordinate of the upper-left corner of the control relative to the upper-left corner of its container.
ctlMaximum Gets or sets the maximum value of the range of the control.
ctlMinimum Gets or sets the minimum value of the range of the control.
  ctlOrientation Gets or sets a value indicating the horizontal or vertical orientation of the control.
  ctlRecreatingHandle Gets a value indicating whether the control is currently re-creating its handle.
  ctlRefresh Redraws the control.
  ctlResetBackColor Resets the ctlBackColor property to its default value.
  ctlResetBorderColor Resets the ctlBorderColor property to its default value.
  ctlResetFont Resets all the ctlFont... properties to its default values.
  ctlResetForeColor Resets the ctlForeColor property to its default value.
  ctlRight Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
ctlScroll Occurs when either a mouse or keyboard action moves the scroll box.
ctlSetRange Sets the minimum and maximum values for a TrackBar.
  ctlShow Displays the control to the user. Showing the control is equivalent to setting the ctlVisible property to TRUE.
  ctlShowFocusCues Gets or sets a value indicating whether the control should display focus rectangles.
ctlShowTicks Specifies if the tick marks should be visible.
ctlShowTips Determines whether ToolTips are shown for the control.
ctlSmallChange Gets or sets the value added to or subtracted from the Value property when the scroll box is moved a small distance.
  ctlThemes Specifies if themes are used for the control.
ctlThumbSize Gets or sets the size of the slider in a trackbar.
ctlTickFrequency Gets or sets a value that specifies the delta between ticks drawn on the control.
ctlTickStyle Gets or sets a value indicating how to display the tick marks on the track bar.
ctlToolTipPosition Specifies the position of the ToolTip control used by a trackbar control.
  ctlValue Gets or sets the current value or state of the control.
  ctlValueChanged Occurs when the ctlValue property changes.
  ctlVisible Gets or sets a value indicating whether the control is displayed.

See Also:

ctl32_trackbar