InitialView Property

Summary

Specifies the initial view for the Open dialog

Syntax
C#
VB
C++
public FileDialogInitialView InitialView { get; set; } 
  
Public Property InitialView As FileDialogInitialView 
public: 
property FileDialogInitialView InitialView { 
   FileDialogInitialView get(); 
   void set (    FileDialogInitialView value); 
} 

Property Value

A FileDialogInitialView that contains the initial view values that will be supported in the open dialog.

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