Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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
     
    
    <TemplateVisualStateAttribute(Name="InvalidUnfocused", GroupName="ValidationStatesStates")>
    <TemplatePartAttribute(Name="Text", Type=C1.Silverlight.C1TextBoxBase)>
    <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)>
    Public Class C1FilePicker 
       Inherits System.Windows.Controls.Control
    [TemplateVisualState(Name="InvalidUnfocused", GroupName="ValidationStatesStates")]
    [TemplatePart(Name="Text", Type=C1.Silverlight.C1TextBoxBase)]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)]
    public class C1FilePicker : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.C1FilePicker

    See Also