ComponentOne FinancialChart for WPF
C1.WPF 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.
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="Text", Type=C1.WPF.C1TextBoxBase)>
    <TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
    <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1FilePicker 
       Inherits System.Windows.Controls.Control
    'Usage
     
    
    Dim instance As C1FilePicker
    [LicenseProvider()]
    [TemplatePart(Name="Text", Type=C1.WPF.C1TextBoxBase)]
    [TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1FilePicker : System.Windows.Controls.Control 
    [LicenseProvider()]
    [TemplatePart(Name="Text", Type=C1.WPF.C1TextBoxBase)]
    [TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1FilePicker : public System.Windows.Controls.Control 
    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.C1FilePicker

    See Also