Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDialogHelpName Enumeration
See Also  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogHelpName Enumeration



Indicates the dialog ID that triggered the help event.

Syntax

Visual Basic (Declaration) 
Public Enum RasterDialogHelpName 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogHelpName
C# 
public enum RasterDialogHelpName : Enum 
C++/CLI 
public enum class RasterDialogHelpName : public Enum 

Members

MemberDescription
Unknown None dialog help event.
Open Open dialog help event.
Save Save dialog help event.
LoadOptions Load Options dialog help event.
SaveOptions Save Options dialog help event.
J2kOptions Jpeg 2000 Options dialog help event.
FileInformation File Information dialog help event.
Jbig2Options Jbig2 Options dialog help event.

Example

Refer to RasterOpenDialog example.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.CommonDialogs.File.RasterDialogHelpName

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also