←Select platform

Extensions Property

Summary

Gets the extension that will be used when filtering the files that will be displayed.

Syntax

C#
VB
C++
public string Extensions { get; set; } 
  
Public Property Extensions As String 
public: 
property String^ Extensions { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

The extension that will be used when filtering the files that will be displayed.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly