[]
Represents a Windows font picker control supporting additional visual styles.
[ToolboxBitmap(typeof(C1FontPicker), "C1FontPicker.png")]
public class C1FontPicker : C1PickerBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia, ISupportInitialize, IDropDownControlBase, IDropDownOwner, ISupportUiaContainer, IUiaExpandCollapseProvider
Name | Description |
---|---|
C1FontPicker() | Initializes a new instance of the C1FontPicker class. |
Name | Description |
---|---|
DropDownWidth | Gets or set the width of the drop down form. |
Font | |
InvalidFontFamily | Gets or sets a value that determines whether the user can set an incorrect string as SelectedFontFamily or not and provides additional settings for processing incorrect input. |
IsEditorValid | Gets the validity status of the picker editor. |
ItemFontSize | Gets or sets the em-size of the font used for C1FontPicker DropDownForm items. |
SelectedFontFamily | Gets or sets currently selected font family name. |
Styles | Gets or sets the C1FontPicker styles. |
Text |
Name | Description |
---|---|
SelectedFontFamilyChanged | Fires when the SelectedFontFamily property changes. |