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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also