[]
        
(Showing Draft Content)

C1.Win.C1Input.C1FontPicker

C1FontPicker Class

Represents a Windows font picker control supporting additional visual styles.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[ToolboxBitmap(typeof(C1FontPicker), "C1FontPicker.png")]
public class C1FontPicker : C1BasePicker, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor

Constructors

Name Description
C1FontPicker()

Initializes a new instance of the C1FontPicker class.

Properties

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.

Methods

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.