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

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