←Select platform

ShowHelp Property

Summary

Gets or sets a value that indicates whether the Help button(s) in the Open dialog box and its sub-dialogs will be displayed.

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 help button(s) and support Help.

Example

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