Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / UpdatingItemStyleEventArgs Class
Properties


In This Topic
    UpdatingItemStyleEventArgs Class Members
    In This Topic

    The following tables list the members exposed by UpdatingItemStyleEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of UpdatingItemStyleEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the System.Drawing.Color used to display text in the ribbon item.  
    Public PropertyGets or sets the System.Drawing.Color used to display editable text in the ribbon item.  
    Public PropertyGets a value indicating whether the ribbon item is displaying its drop-down portion.  
    Public PropertyGets a value indicating whether the ribbon item is enabled and may receive mouse and keyboard messages.  
    Public PropertyGets a value indicating whether the mouse is over the ribbon item.  
    Public PropertyGets a value indicating whether the mouse is over the ribbon item and the left button is pressed.  
    Public PropertyGets the ribbon item which the style is being updated.  
    Top
    See Also