←Select platform

Title Property

Summary

Gets or sets the title of the Open file dialog box.

Syntax

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

Property Value

The title of the Open file dialog box.

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