←Select platform

InitialDirectory Property

Summary

Gets or sets the initial directory displayed by the file dialog box.

Syntax

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

Property Value

The initial directory displayed by the file dialog box.

Example

Refer to RasterSaveDialog 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