Name Property

Summary

Gets the format name that will be displayed in the File Type combo.

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

Property Value

Represents the format name that will be displayed in the File Type combo.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly