[]
Represents a Windows font picker control supporting additional visual styles.
[ToolboxBitmap(typeof(C1FontPicker), "C1FontPicker.png")]
public class C1FontPicker : C1BasePicker, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1FontPicker() | Initializes a new instance of the C1FontPicker class. |
| Name | Description |
|---|---|
| DefaultDropDownFormClassName | This property is for internal use only. |
| DefaultThemeRootPath | Default path for the control in xml theme file. |
| DropDownFormWidth | Gets or sets a width of drop down list of fonts. |
| InvalidFontFamily | Gets or sets a value that determines whether the user can set an incorrect string as C1FontPicker's Value or not and provides additional settings for processing incorrect input. |
| Text | |
| TextDetached | |
| UsedFonts | Gets a collection of fonts installed on system. |
| Value | Gets or sets the current C1.Win.C1Input.C1FontPicker.DataType representation of the visual information contained in the control. |
| Name | Description |
|---|---|
| OnKeyDown(KeyEventArgs) | This method is for internal use only. |
| OnLostFocus(EventArgs) | This method is for internal use only. |
| OnValueChanged(EventArgs) | This method is for internal use only. |
| ResetInvalidFontFamily() | Restores the default value of the InvalidFontFamily property. |
| ShouldSerializeInvalidFontFamily() | Specifies whether to save the value of the InvalidFontFamily property. |
| TextToValue(ref TextToValueArgs) | This method is for internal use only. |
| ValueToText(ref ValueToTextArgs) | This method is for internal use only. |