ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1FilePicker Class
Members

In This Topic
    C1FilePicker Class
    In This Topic
    File picker that opens a dialog box control to allows you to select one or more files.
    Object Model
    C1FilePicker Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute(True)>
    <C1TemplatePartAttribute(Name="Text", Type=C1.WPF.Input.C1TextBoxBase)>
    <StyleTypedPropertyAttribute(Property="BrowseIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)>
    <TemplatePartAttribute(Name="Text", Type=C1.WPF.Input.C1TextBoxBase)>
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1FilePicker 
       Inherits C1.WPF.Core.C1View
    [C1Control(true)]
    [C1TemplatePart(Name="Text", Type=C1.WPF.Input.C1TextBoxBase)]
    [StyleTypedProperty(Property="BrowseIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
    [TemplatePart(Name="Text", Type=C1.WPF.Input.C1TextBoxBase)]
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1FilePicker : C1.WPF.Core.C1View 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Core.C1View
                            C1.WPF.Input.C1FilePicker

    See Also