ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1FilePicker Class / BrowseIconTemplate Property

In This Topic
    BrowseIconTemplate Property
    In This Topic
    Gets or sets the template of the icon used in the browse button.
    Syntax
    'Declaration
     
    
    Public Property BrowseIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate BrowseIconTemplate {get; set;}
    See Also