Name | Description | |
---|---|---|
RibbonProgressBar Constructor | Creates a new instance of RibbonProgressBar. |
The following tables list the members exposed by RibbonProgressBar.
Name | Description | |
---|---|---|
RibbonProgressBar Constructor | Creates a new instance of RibbonProgressBar. |
Name | Description | |
---|---|---|
Container | (Inherited from System.ComponentModel.Component) | |
Description | Gets or sets the description for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Enabled | Gets or sets whether this RibbonItem is enabled. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Group | Gets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Height | Gets or sets the height of the progress bar. | |
IsDisposed | Gets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Maximum | Gets or sets the maximum value of the progress bar range. | |
Minimum | Gets or sets the minimum value of the progress bar range. | |
Name | Gets or sets the unique name for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OwnerCollection | Gets the owner collection for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OwnerControl | Gets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Parent | Gets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Ribbon | Gets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShowInSimplified | Gets or sets a value indicating whether this RibbonItem can be shown in a simplified view. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Site | Gets or sets the ISite of the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
StatusBar | Gets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Step | Gets or sets the amount by which a call to the PerformStep method increases the current position of the progress bar. | |
Tab | Gets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Tag | User-defined data associated with the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ToolTip | Gets or sets the ToolTip string. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Value | Gets or sets the current value of the progress bar range. | |
Visible | Gets or sets whether this RibbonItem is visible. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Width | Gets or sets the width of the progress bar. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
ClearCollectionsOnDesignSurface | (Inherited from C1.Win.Ribbon.RibbonItem) | |
Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Win.Ribbon.RibbonItem) | |
Equals | Determines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from C1.Win.Ribbon.RibbonItem) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
Increment | Advances the current position of the progress bar by the specified amount. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
PerformStep | Advances the current position of the progress bar by the amount of the Step property. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnMouseEnter | Raises the MouseEnter event. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OnMouseLeave | Raises the MouseLeave event. (Inherited from C1.Win.Ribbon.RibbonItem) | |
OnValueChanged | Raises the ValueChanged event. | |
ResetToolTip | Restores the default value of the ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeID | (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeName | (Inherited from C1.Win.Ribbon.RibbonItem) | |
ShouldSerializeToolTip | Specifies whether to save the value of the ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
MouseEnter | Occurs when the mouse enters the item. (Inherited from C1.Win.Ribbon.RibbonItem) | |
MouseLeave | Occurs when the mouse leaves the item. (Inherited from C1.Win.Ribbon.RibbonItem) | |
ValueChanged | Fires when the Value property changes. |