LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureHelpType
C# 
public enum ScreenCaptureHelpType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ScreenCaptureHelpType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CaptureAreaOptionsHelp button for the Capture Area Options dialog.
CaptureFromExeHelp button for the Capture From EXE File dialog.
CaptureObjectOptionsHelp button for the Capture Object Options dialog.
SetCaptureOptionsCapture Options dialog Help button.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also