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



Flags that indicate the screen capture dialog options. A "?" help button will appear on the title bar only if a __Delegates.ScreenCaptureHelpCallback delegate method was passed to the calling method.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ScreenCaptureDialogFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureDialogFlags
C# 
[FlagsAttribute()]
public enum ScreenCaptureDialogFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class ScreenCaptureDialogFlags : public Enum 

Members

MemberDescription
None No "?" help button will be shown.
SetCaptureOptionsContextHelp Context help button for Capture options dialog.
CaptureAreaOptionsContextHelp Context help button for Area options dialog.
CaptureObjectOptionsContextHelp Context help button for Object options dialog.
CaptureFromExeContextHelp Context help button for Capture from exe dialog.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureDialogFlags

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