[]
Represents the font selector.
public class FontSelector : ComboBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class FontSelector
Inherits ComboBox
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| FontSelector() | Creates a new font selector. |
| FontSelector(bool) | Creates a new font selector. |
| FontSelector(bool, string) | Creates a new font selector. |
| Name | Description |
|---|---|
| HideImage | Gets or sets whether to hide the image. |
| RenderListWithFont | Gets or sets whether to render the font list items with their respective font. |
| Name | Description |
|---|---|
| OnDrawItem(DrawItemEventArgs) | Occurs when the item is drawn. |
| OnDropDown(EventArgs) | Occurs when dropped down. |
| OnMeasureItem(MeasureItemEventArgs) | Occurs when the item is measured. |
| RefreshList() | Refreshes the list. |