ShowOptions Property

Summary

Determines whether the Save dialog box will display an Options button that displays the File Save Options dialog box when it is clicked.

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

Property Value

true if the Options button is to be displayed; otherwise, false.

Remarks

The File Save Options dialog can be seen below:

filesaveoptions.jpg

Example

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