←Select platform

ShowFormatSubType Property

Summary

Enable or disable showing formats sub type combo box in Save Dialog.

Syntax

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

Property Value

true: show formats sub type combo box in save dialog, false: dont' show. Default value is true

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