Input for WinForms | ComponentOne
C1.Win.Input Namespace / UpDownButtonSettings Class / DownIcon Property

In This Topic
    DownIcon Property
    In This Topic
    Gets or sets the C1.Framework.C1Icon that is displayed on the Down button.
    Syntax
    'Declaration
     
    
    Public Property DownIcon As C1Icon
    public C1Icon DownIcon {get; set;}
    See Also