ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1FilePicker Class / ClearSelection Method



In This Topic
    ClearSelection Method (C1FilePicker)
    In This Topic
    Removes the selected files.
    Syntax
    'Declaration
     
    
    Public Sub ClearSelection() 
    'Usage
     
    
    Dim instance As C1FilePicker
     
    instance.ClearSelection()
    public void ClearSelection()
    public:
    void ClearSelection(); 
    See Also