Ribbon for WinForms
RibbonEventType 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : RibbonEventType 列挙体
Enumerates the types of C1Ribbon events.
シンタックス
'宣言
 
Public Enum RibbonEventType 
   Inherits System.Enum
public enum RibbonEventType : System.Enum 
メンバ
メンバ解説
ChangeCanceledOccurs when the user cancels changes made to a RibbonTextBox or RibbonComboBox.
ChangeCommittedOccurs when the user commits changes to a RibbonTextBox or RibbonComboBox.
CheckedChangedOccurs whenever the RibbonCheckBox.Checked property is changed.
ClickOccurs when a RibbonItem or a contextual tab group is clicked.
DeselectBackstageViewTabOccurs after a backstage view tab is deselected.
DeselectTabOccurs after a Ribbon tab is deselected.
DialogLauncherClickOccurs when the user clicks a dialog launcher button.
DoubleClickOccurs when a RibbonItem is double-clicked.
DropDownOccurs before the drop-down portion of a RibbonDropDownBase is shown.
DropDownClosedOccurs when the drop-down portion of a RibbonDropDownBase is closed.
GotFocusOccurs when a RibbonItem receives focus.
HighlightedIndexChangedOccurs whenever either the RibbonComboBox.HighlightedIndex property or the highlighted item in the RibbonGallery are changed.
LostFocusOccurs when a RibbonItem loses focus.
MouseEnterOccurs when the mouse enters the visible part of a RibbonItem.
MouseLeaveOccurs when the mouse leaves the visible part of a RibbonItem.
PressedButtonChangedOccurs whenever the RibbonToggleGroup.PressedButtonChanged event occurs.
PressedChangedOccurs whenever the RibbonToggleButton.Pressed property is changed.
QatItemsChangedOccurs whenever the RibbonQat.Items collection is changed.
QatPositionChangedOccurs whenever the RibbonQat.BelowRibbon property is changed.
SelectBackstageViewTabOccurs after a backstage view tab is selected.
SelectedColorChangedOccurs whenever the RibbonColorPicker.Color property is changed.
SelectedIndexChangedOccurs whenever either the RibbonComboBox.SelectedIndex or RibbonGallery.SelectedIndex property is changed.
SelectTabOccurs after a Ribbon tab is selected.
TextChangedOccurs whenever either the RibbonTextBox.Text or RibbonComboBox.Text property is changed.
ValueChangedOccurs whenever either the RibbonProgressBar.Value or RibbonTrackBar.Value property is changed.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Ribbon.RibbonEventType

参照

C1.Win.Ribbon 名前空間