Back to Devexpress

FontEdit Events

windowsforms-devexpress-dot-xtraeditors-dot-fontedit-dot-underscore-events.md

latest30.4 KB
Original Source

FontEdit Events

The editor to select a font from a dropdown list.

NameDescription
AutoSizeChangedThis event is not relevant for this class. Inherited from Control.
BackColorChangedThis event is not supported by the BaseEdit class. Inherited from BaseEdit.
BackgroundImageChangedOccurs when the value of the BackgroundImage property changes. Inherited from Control.
BackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes. Inherited from Control.
BeforePopupFires when the editor’s pop-up is about to be displayed. Inherited from PopupBaseEdit.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from Control.
ButtonClickOccurs when a button editor’s button is clicked. Inherited from ButtonEdit.
ButtonPressedOccurs when pressing an editor button. Inherited from ButtonEdit.
CausesValidationChangedOccurs when the value of the CausesValidation property changes. Inherited from Control.
ChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. Inherited from Control.
ClickOccurs when the control is clicked. Inherited from Control.
ClientSizeChangedOccurs when the value of the ClientSize property changes. Inherited from Control.
ClosedAllows you to perform specific actions with respect to how the popup window was closed. Inherited from PopupBaseEdit.
CloseUpEnables you to specify whether the modifications performed within the editor’s popup window should be accepted by the editor. Inherited from PopupBaseEdit.
ContextMenuChangedOccurs when the value of the ContextMenu property changes. Inherited from Control.
ContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. Inherited from Control.
ControlAddedOccurs when a new control is added to the Control.ControlCollection. Inherited from Control.
ControlRemovedOccurs when a control is removed from the Control.ControlCollection. Inherited from Control.
CursorChangedOccurs when the value of the Cursor property changes. Inherited from Control.
CustomDisplayTextEnables custom display text to be provided for an editor. Inherited from BaseEdit.
CustomHighlightTextAllows you to highlight or custom paint strings within the control’s text. This event is supported in Advanced mode (see RepositoryItemTextEdit.UseAdvancedMode). Inherited from TextEdit.
CustomizeAutoCompleteSourceAllows you to supply custom auto-complete text suggestions dynamically each time a user types a new word in the text box. This event is in effect in advanced mode when the AutoCompleteSource option is set to CustomSource, and the AutoCompleteMode option is set to SuggestSingleWord. Inherited from TextEdit.
CustomTextLineHeightAllows you to specify the height of a line of text in Advanced Mode. Inherited from TextEdit.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DockChangedOccurs when the value of the Dock property changes. Inherited from Control.
DoubleClickOccurs when the control is double-clicked. Inherited from Control.
DragDropOccurs when a drag-and-drop operation is completed. Inherited from Control.
DragEnterOccurs when an object is dragged into the control’s bounds. Inherited from Control.
DragLeaveOccurs when an object is dragged out of the control’s bounds. Inherited from Control.
DragOverOccurs when an object is dragged over the control’s bounds. Inherited from Control.
DrawItemProvides the ability to custom paint the items displayed within the combo box editor’s drop down. Inherited from ComboBoxEdit.
DropDownCustomDrawItemObsolete. Occurs when drawing a specific item in the dropdown list. Inherited from ComboBoxEdit.
EditValueChangedFires immediately after the edit value has been changed. Inherited from BaseEdit.
EditValueChangingFires when the editor’s value is about to change. Inherited from BaseEdit.
EnabledChangedOccurs when the Enabled property value has changed. Inherited from Control.
EnterOccurs when the control is entered. Inherited from Control.
FontChangedThis event is not supported by the BaseEdit class. Inherited from BaseEdit.
ForeColorChangedThis event is not supported by the BaseEdit class. Inherited from BaseEdit.
FormatEditValueEnables you to format the editor’s value (change the editor’s value when the formatting mechanism is invoked). Inherited from BaseEdit.
GiveFeedbackOccurs during a drag operation. Inherited from Control.
GotFocusOccurs when the control receives focus. Inherited from Control.
HandleCreatedOccurs when a handle is created for the control. Inherited from Control.
HandleDestroyedOccurs when the control’s handle is in the process of being destroyed. Inherited from Control.
HelpRequestedOccurs when the user requests help for a control. Inherited from Control.
ImeModeChangedOccurs when the ImeMode property has changed. Inherited from Control.
InvalidatedOccurs when a control’s display requires redrawing. Inherited from Control.
InvalidValueEnables an appropriate response to be provided when invalid values are entered. Inherited from BaseEdit.
KeyDownOccurs when a key is pressed while the control has focus. Inherited from Control.
KeyPressOccurs when a character. space or backspace key is pressed while the control has focus. Inherited from Control.
KeyUpOccurs when a key is released while the control has focus. Inherited from Control.
LayoutOccurs when a control should reposition its child controls. Inherited from Control.
LeaveOccurs when the input focus leaves the control. Inherited from Control.
LocationChangedOccurs when the Location property value has changed. Inherited from Control.
LostFocusOccurs when the control loses focus. Inherited from Control.
MarginChangedOccurs when the control’s margin changes. Inherited from Control.
ModifiedFires when the user starts to modify the edit value. Inherited from BaseEdit.
MouseCaptureChangedOccurs when the control loses mouse capture. Inherited from Control.
MouseClickOccurs when the control is clicked by the mouse. Inherited from Control.
MouseDoubleClickOccurs when the control is double clicked by the mouse. Inherited from Control.
MouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control.
MouseEnterOccurs when the mouse pointer enters the control. Inherited from Control.
MouseHoverOccurs when the mouse pointer rests on the control. Inherited from Control.
MouseLeaveOccurs when the mouse pointer leaves the control. Inherited from Control.
MouseMoveOccurs when the mouse pointer is moved over the control. Inherited from Control.
MouseUpOccurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control.
MouseWheelOccurs when the mouse wheel moves while the control has focus. Inherited from Control.
MoveOccurs when the control is moved. Inherited from Control.
PaddingChangedOccurs when the control’s padding changes. Inherited from Control.
PaintOccurs when the control is redrawn. Inherited from Control.
PaintExA DirectX-compatible event that replaces the standard Control.Paint event. Occurs when the control is redrawn. Inherited from TextEdit.
ParentChangedOccurs when the Parent property value changes. Inherited from Control.
ParseEditValueConverts an input value (the one that is entered by an end-user or assigned in code) to the value to be stored by the editor. Inherited from BaseEdit.
PopupOccurs after the editor’s popup window has been opened. Inherited from PopupBaseEdit.
PopupAllowClickThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from PopupBaseEdit.
PreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
PropertiesChangedFires immediately after any editor’s property value has changed. Inherited from BaseEdit.
QueryAccessibilityHelpFires when the help is provided to accessibility applications. Inherited from BaseEdit.
QueryAdvancedMode staticInherited from TextEdit.
QueryCloseUpEnables you to specify whether an attempt to close the popup window will succeed. Inherited from PopupBaseEdit.
QueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. Inherited from Control.
QueryPopUpEnables you to specify whether an attempt to open the popup window will succeed. Inherited from PopupBaseEdit.
QueryProcessKeyProvides ability to specify whether the key pressed in the editor is processed by the editor or a container control (GridControl, TreeList, etc.) that displays this editor. Inherited from BaseEdit.
RegionChangedOccurs when the value of the Region property changes. Inherited from Control.
ResizeOccurs when the control is resized. Inherited from Control.
RightToLeftChangedOccurs when the RightToLeft property value changes. Inherited from Control.
SelectedIndexChangedOccurs when the selection moves from one ComboBoxEditor item to another. Inherited from ComboBoxEdit.
SelectedValueChangedOccurs when changing the index of the selected value in the combo box editor. Inherited from ComboBoxEdit.
SizeChangedOccurs when the Size property value changes. Inherited from Control.
SpinOccurs when either the UP or DOWN ARROW key is pressed or the mouse wheel is rotated. Inherited from TextEdit.
StyleChangedOccurs when the control style changes. Inherited from Control.
SystemColorsChangedOccurs when the system colors change. Inherited from Control.
TabIndexChangedOccurs when the TabIndex property value changes. Inherited from Control.
TabStopChangedOccurs when the TabStop property value changes. Inherited from Control.
TextChangedOccurs when the Text property value changes. Inherited from Control.
ValidatedOccurs when the control is finished validating. Inherited from Control.
ValidatingOccurs when the control is validating. Inherited from Control.
VisibleChangedOccurs when the Visible property value changes. Inherited from Control.

See Also

FontEdit Class

FontEdit Members

DevExpress.XtraEditors Namespace