| Visual Basic (Declaration) | |
|---|---|
Public Enum ScreenCaptureHelpType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ScreenCaptureHelpType | |
| C# | |
|---|---|
public enum ScreenCaptureHelpType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ScreenCaptureHelpType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| CaptureAreaOptions | Help button for the Capture Area Options dialog. |
| CaptureFromExe | Help button for the Capture From EXE File dialog. |
| CaptureObjectOptions | Help button for the Capture Object Options dialog. |
| SetCaptureOptions | Capture Options dialog Help button. |
System.Object
System.ValueType
System.Enum
Leadtools.ScreenCapture.ScreenCaptureHelpType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code