TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ComboBoxZoomPolicy Class
Members

In This Topic
    ComboBoxZoomPolicy Class
    In This Topic
    Represents a zoom policy for System.Windows.Forms.ComboBox type control.
    Object Model
    ComboBoxZoomPolicy Class
    Syntax
    'Declaration
     
    
    Public Class ComboBoxZoomPolicy 
       Inherits ControlZoomPolicy
    public class ComboBoxZoomPolicy : ControlZoomPolicy 
    Remarks
    The System.Windows.Forms.ComboBox will select all text when font and size change, this zoom policy is used to disable this default behavior.
    Inheritance Hierarchy

    System.Object
       C1.Win.TouchToolKit.ZoomPolicy
          C1.Win.TouchToolKit.ControlZoomPolicy
             C1.Win.TouchToolKit.ComboBoxZoomPolicy

    See Also