Visual Basic (Declaration) | |
---|---|
Public Enum ScreenCaptureExceptionCode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ScreenCaptureExceptionCode : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ScreenCaptureExceptionCode : public Enum |
C++/CLI | |
---|---|
public enum class ScreenCaptureExceptionCode : public Enum |
Member | Description |
---|---|
Success | Command Succeeded. |
CannotCreateHotkeyWindow | Command cannot create the HotKey window. |
StillInProcess | Command is still in process. |
InvalidDelay | Invalid delay value was provided. |
InvalidCount | Invalid count value was provided. |
InvalidInterval | Invalid interval value was provided. |
HotkeyConflictsWithCancelKey | The provided HotKey conflicts with the Cancel key. |
InvalidAreaType | Invalid area type was provided. |
NoOptionStructure | No options structure provided. |
InvalidFillPattern | Invalid fill pattern was provided. |
InvalidLineStyle | Invalid line type was provided. |
InvalidInfoWindowPosition | Invalid Information Window position was provided. |
InvalidInfoWindowSize | Invalid Information Window size was provided. |
ZeroAreaSize | Area size cannot be 0. |
FileAccessFailed | Failed to access file. |
Invalid32BitExeOrDll | Invalid 32-bit exe or dll. |
InvalidResourceIndex | Invalid resource index was provided. |
NoActiveWindow | No active window to capture. |
CannotCaptureWindow | Cannot capture window. |
StringIdNotDefined | The provided string id is not defined. |
DelayLessThanZero | The provided delay value is less than zero. |
NoMenu | No menu to capture. |
System.Object
System.ValueType
System.Enum
Leadtools.ScreenCapture.ScreenCaptureExceptionCode
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