←Select platform

ScreenCaptureDialogFlags Enumeration

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

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum ScreenCaptureDialogFlags 
[FlagsAttribute()] 
public enum class ScreenCaptureDialogFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ScreenCaptureDialogFlags(Enum): 
   None = 0 
   SetCaptureOptionsContextHelp = 1 
   CaptureAreaOptionsContextHelp = 2 
   CaptureObjectOptionsContextHelp = 4 
   CaptureFromExeContextHelp = 8 
Members
ValueMemberDescription
0x00000000NoneNo "?" help button will be shown.
0x00000001SetCaptureOptionsContextHelpContext help button for Capture options dialog.
0x00000002CaptureAreaOptionsContextHelpContext help button for Area options dialog.
0x00000004CaptureObjectOptionsContextHelpContext help button for Object options dialog.
0x00000008CaptureFromExeContextHelpContext help button for Capture from exe dialog.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.