Click or drag to resize

KryptonRibbonGroupTextBox Events

The KryptonRibbonGroupTextBox type exposes the following members.

Events
  NameDescription
Public eventAcceptsTabChanged
Occurs when the value of the AcceptsTab property changes.
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventGotFocus
Occurs when the control receives focus.
Public eventHideSelectionChanged
Occurs when the value of the HideSelection property changes.
Public eventKeyDown
Occurs when a key is pressed while the control has focus.
Public eventKeyPress
Occurs when a key is pressed while the control has focus.
Public eventKeyUp
Occurs when a key is released while the control has focus.
Public eventLostFocus
Occurs when the control loses focus.
Public eventModifiedChanged
Occurs when the value of the Modified property changes.
Public eventMultilineChanged
Occurs when the value of the Multiline property changes.
Public eventPreviewKeyDown
Occurs before the KeyDown event when a key is pressed while focus is on this control.
Public eventPropertyChanged
Occurs after the value of a property has changed.
Public eventReadOnlyChanged
Occurs when the value of the ReadOnly property changes.
Public eventTextAlignChanged
Occurs when the value of the TextAlign property changes.
Public eventTextChanged
Occurs when the value of the Text property changes.
Top
See Also