Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTrackBar Class
Properties Methods Events


In This Topic
    RibbonTrackBar Class Members
    In This Topic

    The following tables list the members exposed by RibbonTrackBar.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of RibbonTrackBar.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the interval before the '+' and '-' buttons start firing click events, in milliseconds.  
    Public PropertyGets or sets the interval between clicks when the '+' or '-' buttons are kept pressed, in milliseconds.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the description for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets whether this RibbonItem is enabled. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the maximum value of the track bar range.  
    Public PropertyGets or sets the minimum value of the track bar range.  
    Public PropertyGets or sets the unique name for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the owner collection for this RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets a value indicating if this RibbonItem can be shown in drop down part of the More button when ribbon is simplified.  
    Public PropertyGets or sets a value indicating whether this RibbonItem can be shown in a simplified view. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the ISite of the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets a value that specifies the delta between thumb positions on the RibbonTrackBar.  
    Public PropertyGets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyUser-defined data associated with the RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets a value that specifies the delta between ticks drawn on the RibbonTrackBar.  
    Public PropertyGets or sets the ToolTip string. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the current value of the RibbonTrackBar.  
    Public PropertyGets or sets whether this RibbonItem is visible. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public PropertyGets or sets the width of the RibbonTrackBar.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Clean up any resources being used. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public MethodDetermines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public MethodServes as the default hash function. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the MinusClick event.  
    Protected MethodRaises the MouseEnter event. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected MethodRaises the MouseLeave event. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected MethodRaises the MouseUp event.  
    Protected MethodRaises the PlusClick event.  
    Protected MethodRaises the Scroll event.  
    Protected MethodRaises the ValueChanged event.  
    Protected MethodRestores the default value of the ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected Method (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected Method (Inherited from C1.Win.Ribbon.RibbonItem)
    Protected MethodSpecifies whether to save the value of the ToolTip property. (Inherited from C1.Win.Ribbon.RibbonItem)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventFires when the user clicks the Minus button.  
    Public EventOccurs when the mouse enters the item. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public EventOccurs when the mouse leaves the item. (Inherited from C1.Win.Ribbon.RibbonItem)
    Public EventFires when the mouse pointer is over the RibbonTrackBar and the left mouse button is released.  
    Public EventFires when the user clicks the Plus button.  
    Public EventFires when either a mouse or keyboard action moves the thumb.  
    Public EventFires when the Value property changes.  
    Top
    See Also