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



Values that indicate the control id for which the help was requested.

Syntax

Visual Basic (Declaration) 
Public Enum ScreenCaptureControlId 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureControlId
C# 
public enum ScreenCaptureControlId : Enum 
C++/CLI 
public enum class ScreenCaptureControlId : public Enum 

Members

MemberDescription
Hotkey Hotkey field.
Delay Delay field.
Repeat Repeat field.
Interval Interval field.
CancelKey Cancel key field.
UseEsc Use Esc check box.
CaptureCursor Capture cursor combo box.
StatusCursor Status cursor combo box.
Ok OK button.
Cancel Cancel button.
ResourceTree Resource tree.
ColorGroup Color group.
TextRedChannel Label for the Red channel.
SliderRedChannel Slider for the Red channel.
Red Red channel.
TextGreenChannel Text color for the Green channel.
SliderGreenChannel Color of the slider for the Green channel.
Green Green channel.
TextBlueChannel Text color for the Blue channel.
SliderBlueChannel Color of the slider for the Blue channel.
Blue Blue channel.
ResourceView Resource view.
PreviousStatic Previous static.
FileName File name.
Capture Capture.
Count Count.
Selection Selection.
Browse Browse.
DrawCursorCombo Draw cursor combo box.
EditBorderWidth Edit border width.
CheckInvertObject Invert object check box.
CheckEnableKeyboard Enable keyboard check box.
OkButton OK button.
DefaultButton Default button.
CancelButton Cancel button.
AreaTypeCombo Area type combo box.
LineStyleCombo Line style combo box.
FillPatternCombo File pattern combo box.
EditEllipseWidth Edit ellipse width.
EditEllipseHeight Edit ellipse height.
CheckIncludeCursor Check include cursor.
CheckUseCrossLinesCursor Use crossed lines cursor check box.
CheckEnableRegion Enable region check box.
CheckShowDrawCursor Show draw cursor check box.
InfoWindowXCombo Information Window X position combo box.
InfoWindowWidth Information Window width.
InfoWindowYCombo Information Window Y position combo box.
InfoWindowHeight Information Window height.
EditInfoWindowX Edit the Information Window X position.
EditInfoWindowWidth Edit the Information Window width.
EditInfoWindowY Edit the Information Window Y position.
EditInfoWindowHeight Edit the Information Window height.
ZoomCombo Zoom combo box.
CheckShowCursorPosition Show cursor position check box.
CheckShowInfoWindow Show the Information Window check box.
CheckShowAreaSize Show Area Size check box.
CheckSensitiveInfoWindow Sensitive Information Window check box.
CheckOpaqueText Opaque text check box.
ColorsCombo Colors combo box.
StaticColors Static colors.
ColorsButton Colors button.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureControlId

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