Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
ScreenCaptureHelpType Enumeration
See Also  
Leadtools.ScreenCapture Namespace : ScreenCaptureHelpType Enumeration




Values that indicate the dialog type on which the help button was pressed.

Syntax

Visual Basic (Declaration) 
Public Enum ScreenCaptureHelpType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureHelpType
C# 
public enum ScreenCaptureHelpType : Enum 
Managed Extensions for C++ 
__value public enum ScreenCaptureHelpType : public Enum 
C++/CLI 
public enum class ScreenCaptureHelpType : public Enum 

Members

MemberDescription
SetCaptureOptions Capture Options dialog Help button.
CaptureAreaOptions Help button for the Capture Area Options dialog.
CaptureObjectOptions Help button for the Capture Object Options dialog.
CaptureFromExe Help button for the Capture From EXE File dialog.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureHelpType

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