ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / CheckFileAssociations Method
The file extensions to check, such as ".txt".

In This Topic
    CheckFileAssociations Method
    In This Topic
    Checks whether the given file extensions are associated with current application.
    Syntax
    'Declaration
     
    
    Public Function CheckFileAssociations( _
       ByVal ParamArray extensions() As String _
    ) As Boolean
    public bool CheckFileAssociations( 
       params string[] extensions
    )

    Parameters

    extensions
    The file extensions to check, such as ".txt".

    Return Value

    Returns True if there is a registered file association for each of the given extensions.
    See Also