Name | Description | |
---|---|---|
RibbonTrackBar Constructor | Creates a new instance of RibbonTrackBar. |
The following tables list the members exposed by RibbonTrackBar.
Name | Description | |
---|---|---|
RibbonTrackBar Constructor | Creates a new instance of RibbonTrackBar. |
Name | Description | |
---|---|---|
ButtonPressDelay | Gets or sets the interval before the '+' and '-' buttons start firing click events, in milliseconds. | |
ButtonPressInterval | Gets or sets the interval between clicks when the '+' or '-' buttons are kept pressed, in milliseconds. | |
Container | (Inherited from System.ComponentModel.Component) | |
Description | Gets or sets the description for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Enabled | Gets or sets whether this RibbonItem is enabled. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Group | Gets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
IsDisposed | Gets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Maximum | Gets or sets the maximum value of the track bar range. | |
Minimum | Gets or sets the minimum value of the track bar range. | |
Name | Gets or sets the unique name for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
OwnerCollection | Gets the owner collection for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
OwnerControl | Gets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Parent | Gets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Ribbon | Gets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Site | Gets or sets the ISite of the RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
StatusBar | Gets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
StepFrequency | Gets or sets a value that specifies the delta between thumb positions on the RibbonTrackBar. | |
Tab | Gets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Tag | User-defined data associated with the RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
TickFrequency | Gets or sets a value that specifies the delta between ticks drawn on the RibbonTrackBar. | |
ToolTip | Gets or sets the ToolTip string. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Value | Gets or sets the current value of the RibbonTrackBar. | |
Visible | Gets or sets whether this RibbonItem is visible. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Width | Gets or sets the width of the RibbonTrackBar. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Equals | Determines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
MinusClick | Fires when the user clicks the Minus button. | |
MouseEnter | Occurs when the mouse enters the item. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
MouseLeave | Occurs when the mouse leaves the item. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
MouseUp | Fires when the mouse pointer is over the RibbonTrackBar and the left mouse button is released. | |
PlusClick | Fires when the user clicks the Plus button. | |
Scroll | Fires when either a mouse or keyboard action moves the thumb. | |
ValueChanged | Fires when the Value property changes. |