|  ProgressEditor Constructor | Creates a new instance of the ProgressEditor class. | 
|  Animate (inherited from Editor) | Gets or sets a value indicating whether the drop down window should animate when it is opened. | 
|  Bounds (inherited from Editor) | Gets the bounds of the editor. | 
|  ClonedFrom (inherited from Editor) | Gets or sets the editor this editor is cloned from. | 
|  Container (inherited from Component) | Gets the IContainer that contains the Component. | 
|  DroppedDown (inherited from Editor) | Gets or sets a value indicating whether the editor is displaying its drop-down portion. | 
|  Enabled (inherited from Editor) | Gets or sets a value indicating whether the editor is enabled. | 
|  IsActivated (inherited from Editor) | Gets a value indicating whether the editor is activated. | 
|  IsDialogOpened (inherited from Editor) | Gets a value indicating whether the editor is displaying the modal dialog. | 
|  LargeButtonLayout (inherited from Editor) | Gets or sets a value indicating whether the editor should display large buttons. | 
|  Maximum | Gets or sets the maximum value of the range of the control. | 
|  Minimum | Gets or sets the minimum value of the range of the control. | 
|  PreferredSize | Gets or sets the preferred size of the progress editor. | 
|  ProgressBar | Gets the progress bar. | 
|  ProgressRenderer | The renderer that paints the progress editor. | 
|  ProgressValue | Gets or sets the current position of the progress editor. | 
|  Renderer (inherited from Editor) | The renderer that paints this control. | 
|  RightToLeft (inherited from Editor) | Gets or sets whether the content displayed by the editor is displayed from right to left. | 
|  Site (inherited from Component) | Gets or sets the ISite of the Component. | 
|  Step | Gets or sets the amount by which a call to the PerformStep method increases the current position of the progress editor. | 
|  Value (inherited from Editor) | Gets or sets the value to edit. | 
|  Activate (inherited from Editor) | Activates the editor and starts to edit the value. | 
|  Clone (inherited from Editor) | Creates a new editor and copies the state from this editor. | 
|  CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. | 
|  DisplayModalDialog (inherited from Editor) | Displays the modal dialog used to edit the value. | 
|  Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. | 
|  Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. | 
|  GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | 
|  GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. | 
|  GetType (inherited from Object) | Gets the Type of the current instance. | 
|  Increment | Advances the current position of the progress editor by the specified amount. | 
|  InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. | 
|  OnValueModified (inherited from Editor) | Raises the ValueModified event. | 
|  PerformStep | Advances the current position of the progress editor by the amount of the Step property. | 
|  ToString (inherited from Component) | Overridden. See Object.ToString. | 
|  Activated (inherited from Editor) | Occurs when the editor is activated and starts to edit a value. | 
|  BeforeDeactivate (inherited from Editor) | Occurs before the editor loses focus and ends editing a value. | 
|  Deactivated (inherited from Editor) | Occurs when the editor loses focus and ends editing a value. | 
|  Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. | 
|  DropDown (inherited from Editor) | Occurs before the drop-down portion of an editor is shown. | 
|  IsInputKey (inherited from Editor) | Occurs when the editor determines whether the specified key is a special key that requires preprocessing. | 
|  KeyDown (inherited from Editor) | Occurs when a key that requires preprocessing is pressed while the editor is active. | 
|  OpenDialog (inherited from Editor) | Occurs before the modal dialog of an editor is open. | 
|  ValueChanged (inherited from Editor) | Occurs when the Value property has changed. | 
|  ValueModified (inherited from Editor) | Occurs when the editor value is changed by the user. | 
|  DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. | 
|  Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. | 
|  HorizontalDropDownScrollBar (inherited from Editor) | Gets or sets a value indicating whether the horizontal scrollbar of the drop down window should be visible when it's needed. | 
|  MaxDropDownRows (inherited from Editor) | Gets or sets the maximum number of rows to be shown in the drop-down portion of the editor. | 
|  PreferredDropDownSize (inherited from Editor) | Gets or sets the preferred size of the of the drop-down portion of an editor. | 
|  VerticalDropDownScrollBar (inherited from Editor) | Gets or sets a value indicating whether the vertical scrollbar of the drop down window should be visible when it's needed. | 
|  CreateDropDownArea (inherited from Editor) | Virtual method that should create the area control used in the drop down window to edit values. | 
|  CreateEditorControl (inherited from Editor) | Virtual method that should create the control used to edit values. | 
|  CreateEditorForm (inherited from Editor) | Virtual method that should create the form used as a modal dialog to edit values. | 
|  Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. | 
|  Finalize (inherited from Component) | Overridden. See Object.Finalize. In C# and C++, finalizers are expressed using destructor syntax. | 
|  GetCanEdit (inherited from Editor) | Virtual method that should return a value that indicates whether the editor can edit the value. | 
|  GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. | 
|  GetSupportsDialog (inherited from Editor) | Virtual method that should return a value that indicates whether the editor supports editing by a modal dialog. | 
|  GetSupportsDropDown (inherited from Editor) | Virtual method that should return a value that indicates whether the editor supports editing by a drop down window. | 
|  MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. | 
|  OnActivated (inherited from Editor) | Raises the Activated event. | 
|  OnBeforeDeactivate (inherited from Editor) | Raises the BeforeDeactivate event. | 
|  OnDeactivated (inherited from Editor) | Raises the Deactivated event. | 
|  OnDropDown (inherited from Editor) | Raises the DropDown event. | 
|  OnIsInputKey (inherited from Editor) | Raises the IsInputKey event. | 
|  OnKeyDown (inherited from Editor) | Raises the KeyDown event. | 
|  OnOpenDialog (inherited from Editor) | Raises the OpenDialog event. | 
|  OnValueChanged (inherited from Editor) | Raises the ValueChanged event. | 
|  PerformInvalidate (inherited from Editor) | Overloaded. Raises the Invalidate event. | 
|  PerformLayout (inherited from Editor) | Updates the layout of the editor. |