Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / C1FontPicker Class
Members

In This Topic
    C1FontPicker Class
    In This Topic
    Represents a Windows font picker control supporting additional visual styles.
    Syntax
    'Declaration
     
    
    Public Class C1FontPicker 
       Inherits C1.Win.Input.Pickers.Base.C1PickerBase
       Implements C1.Framework.IDropDownOwner, C1.Framework.IView, C1.Win.Input.Base.IDropDownControlBase 
    public class C1FontPicker : C1.Win.Input.Pickers.Base.C1PickerBase, C1.Framework.IDropDownOwner, C1.Framework.IView, C1.Win.Input.Base.IDropDownControlBase  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.XViewLight
                   C1.Win.Input.Base.C1InputControl
                      C1.Win.Input.Base.C1InputHost
                         C1.Win.Input.Base.C1DropDownControlBase
                            C1.Win.Input.Pickers.Base.C1PickerBase
                               C1.Win.Input.Pickers.C1FontPicker

    See Also