←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#
VB
C++
[FlagsAttribute()] 
public enum ScreenCaptureDialogFlags 
  
<FlagsAttribute()> 
Public Enum ScreenCaptureDialogFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class ScreenCaptureDialogFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly