[]
Represents the FarPoint presentation space font picker.
public class FontPicker : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class FontPicker
Inherits UserControl
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
FontPicker() | Creates a new font picker. |
FontPicker(bool) | Creates a new font picker. |
FontPicker(bool, bool) | Creates a new font picker. |
Name | Description |
---|---|
FontName | Gets or sets the name of the font. |
FontSize | Gets or sets the text. |
SelectedFont | Gets or sets the font for selected text. |
TextString | Gets or sets the text. |
Name | Description |
---|---|
Dispose(bool) | Internal use only. Clean up any resources being used. |
ScaleControl(SizeF, BoundsSpecified) | |
SetRtf(string) |
Name | Description |
---|---|
FontSelected | Handles the font selected event. |