Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / DefaultIconSize Property

In This Topic
    DefaultIconSize Property (C1TextBoxBase)
    In This Topic
    Gets or sets the default icon size of control.
    Syntax
    'Declaration
     
    
    Public Property DefaultIconSize As Size
    public Size DefaultIconSize {get; set;}
    Remarks
    This property uses for Icon and Image properties.
    See Also