←Select platform

ShowHelp Property

Summary

Gets or sets a value that indicates whether to display help button(s) in the Save dialog box as well as its sub-dialogs.

Syntax

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

Property Value

true if the dialog box will display the Help button and support Help.

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