←Select platform

Title Property

Summary

Gets or sets the dialog box title.

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 save dialog box title.

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