ComponentOne Basic Library for WPF and Silverlight
C1FilePicker Class
Members 


C1.WPF Namespace : C1FilePicker Class
File picker that opens a dialog box control to allows you to select one or more files.
Object Model
C1FilePicker Class
Syntax
'Declaration
 
<System.ComponentModel.LicenseProviderAttribute()>
<System.Windows.TemplatePartAttribute(Name="Text", Type=C1.WPF.C1TextBoxBase)>
<System.Windows.TemplatePartAttribute(Name="Browse", Type=System.Windows.Controls.Button)>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Valid", GroupName="ValidationStatesStates")>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidUnfocused", GroupName="ValidationStatesStates")>
<System.Windows.TemplateVisualStateAttribute(Name="InvalidFocused", GroupName="ValidationStatesStates")>
<System.Windows.StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)>
Public Class C1FilePicker 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As C1FilePicker
[System.ComponentModel.LicenseProvider()]
[System.Windows.TemplatePart(Name="Text", Type=C1.WPF.C1TextBoxBase)]
[System.Windows.TemplatePart(Name="Browse", Type=System.Windows.Controls.Button)]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Focused", GroupName="FocusStates")]
[System.Windows.TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
[System.Windows.TemplateVisualState(Name="Valid", GroupName="ValidationStatesStates")]
[System.Windows.TemplateVisualState(Name="InvalidUnfocused", GroupName="ValidationStatesStates")]
[System.Windows.TemplateVisualState(Name="InvalidFocused", GroupName="ValidationStatesStates")]
[System.Windows.StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
public class C1FilePicker : 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

Reference

C1FilePicker Members
C1.WPF Namespace