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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.