←Select platform

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:

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