VitNX2_ProgressBar Properties

The following tables list the members exposed by the VitNX2_ProgressBar type.

Name Description
Public property AccessibilityObject Gets the AccessibleObject assigned to the control. (inherited from Control).
Public property AccessibleDefaultActionDescription Gets or sets the default action description of the control for use by accessibility client applications. (inherited from Control).
Public property AccessibleDescription Gets or sets the description of the control used by accessibility client applications. (inherited from Control).
Public property AccessibleName Gets or sets the name of the control used by accessibility client applications. (inherited from Control).
Public property AccessibleRole Gets or sets the accessible role of the control (inherited from Control).
Public property AllowDrop Overrides AllowDrop. (inherited from ProgressBar).
Public property Anchor Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (inherited from Control).
Public property AutoScrollOffset Gets or sets where this control is scrolled to in ScrollControlIntoView. (inherited from Control).
Public property AutoSize This property is not relevant for this class. (inherited from Control).
Public property BackColor Gets or sets the background color for the control. (inherited from Control).
Public property BackgroundImage Gets or sets the background image for the ProgressBar control. (inherited from ProgressBar).
Public property BackgroundImageLayout Gets or sets the layout of the background image of the progress bar. (inherited from ProgressBar).
Public property BindingContext Gets or sets the BindingContext for the control. (inherited from Control).
Public property Bottom Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (inherited from Control).
Public property Bounds Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (inherited from Control).
Public property CanFocus Gets a value indicating whether the control can receive focus. (inherited from Control).
Public property CanSelect Gets a value indicating whether the control can be selected. (inherited from Control).
Public property Capture Gets or sets a value indicating whether the control has captured the mouse. (inherited from Control).
Public property CausesValidation Gets or sets a value indicating whether the control, when it receives focus, causes validation to be performed on any controls that require validation. (inherited from ProgressBar).
Public property ClientRectangle Gets the rectangle that represents the client area of the control. (inherited from Control).
Public property ClientSize Gets or sets the height and width of the client area of the control. (inherited from Control).
Public property CompanyName Gets the name of the company or creator of the application containing the control. (inherited from Control).
Public property Container Gets the IContainer that contains the Component. (inherited from Component).
Public property ContainsFocus Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (inherited from Control).
Public property ContextMenu Gets or sets the shortcut menu associated with the control. (inherited from Control).
Public property ContextMenuStrip Gets or sets the ContextMenuStrip associated with this control. (inherited from Control).
Public property Controls Gets the collection of controls contained within the control. (inherited from Control).
Public property Created Gets a value indicating whether the control has been created. (inherited from Control).
Public property Cursor Gets or sets the cursor that is displayed when the mouse pointer is over the control. (inherited from Control).
Public property DataBindings Gets the data bindings for the control. (inherited from Control).
Public property DeviceDpi (inherited from Control).
Public property DisplayRectangle Gets the rectangle that represents the display area of the control. (inherited from Control).
Public property Disposing Gets a value indicating whether the base Control class is in the process of disposing. (inherited from Control).
Public property Dock Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (inherited from Control).
Public property Enabled Gets or sets a value indicating whether the control can respond to user interaction. (inherited from Control).
Public property Focused Gets a value indicating whether the control has input focus. (inherited from Control).
Public property Font Gets or sets the font of text in the ProgressBar. (inherited from ProgressBar).
Public property ForeColor Gets or sets the foreground color of the control. (inherited from Control).
Public property Handle Gets the window handle that the control is bound to. (inherited from Control).
Public property HasChildren Gets a value indicating whether the control contains one or more child controls. (inherited from Control).
Public property Height Gets or sets the height of the control. (inherited from Control).
Public property ImeMode Gets or sets the input method editor (IME) for the ProgressBar (inherited from ProgressBar).
Public property InvokeRequired Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (inherited from Control).
Public property IsAccessible Gets or sets a value indicating whether the control is visible to accessibility applications. (inherited from Control).
Public property IsDisposed Gets a value indicating whether the control has been disposed of. (inherited from Control).
Public property IsHandleCreated Gets a value indicating whether the control has a handle associated with it. (inherited from Control).
Public property IsMirrored Gets a value indicating whether the control is mirrored. (inherited from Control).
Public property LayoutEngine Gets a cached instance of the control's layout engine. (inherited from Control).
Public property Left Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (inherited from Control).
Public property Location Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (inherited from Control).
Public property Margin Gets or sets the space between controls. (inherited from Control).
Public property MarqueeAnimationSpeed Gets or sets the time period, in milliseconds, that it takes the progress block to scroll across the progress bar. (inherited from ProgressBar).
Public property Maximum Gets or sets the maximum value of the range of the control. (inherited from ProgressBar).
Public property MaximumSize Gets or sets the size that is the upper limit that GetPreferredSize can specify. (inherited from Control).
Public property Minimum Gets or sets the minimum value of the range of the control. (inherited from ProgressBar).
Public property MinimumSize Gets or sets the size that is the lower limit that GetPreferredSize can specify. (inherited from Control).
Public property Name Gets or sets the name of the control. (inherited from Control).
Public property Padding Gets or sets the space between the edges of a ProgressBar control and its contents. (inherited from ProgressBar).
Public property Parent Gets or sets the parent container of the control. (inherited from Control).
Public property PreferredSize Gets the size of a rectangular area into which the control can fit. (inherited from Control).
Public property ProductName Gets the product name of the assembly containing the control. (inherited from Control).
Public property ProductVersion Gets the version of the assembly containing the control. (inherited from Control).
Public property RecreatingHandle Gets a value indicating whether the control is currently re-creating its handle. (inherited from Control).
Public property Region Gets or sets the window region associated with the control. (inherited from Control).
Public property Right Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (inherited from Control).
Public property RightToLeft Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (inherited from Control).
Public property RightToLeftLayout Gets or sets a value indicating whether the ProgressBar and any text it contains is displayed from right to left. (inherited from ProgressBar).
Public property Site Gets or sets the site of the control. (inherited from Control).
Public property Size Gets or sets the height and width of the control. (inherited from Control).
Public property Step Gets or sets the amount by which a call to the PerformStep method increases the current position of the progress bar. (inherited from ProgressBar).
Public property Style Gets or sets the manner in which progress should be indicated on the progress bar. (inherited from ProgressBar).
Public property TabIndex Gets or sets the tab order of the control within its container. (inherited from Control).
Public property TabStop Overrides TabStop. (inherited from ProgressBar).
Public property Tag Gets or sets the object that contains data about the control. (inherited from Control).
Public property Text Overrides Text. (inherited from ProgressBar).
Public property Top Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (inherited from Control).
Public property TopLevelControl Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (inherited from Control).
Public property UseWaitCursor Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (inherited from Control).
Public property Value Gets or sets the current position of the progress bar. (inherited from ProgressBar).
Public property Visible Gets or sets a value indicating whether the control and all its child controls are displayed. (inherited from Control).
Public property Width Gets or sets the width of the control. (inherited from Control).
Public property WindowTarget This property is not relevant for this class. (inherited from Control).
Top

In this article

Definition