LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureControlId
C# 
public enum ScreenCaptureControlId : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ScreenCaptureControlId : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AreaTypeComboArea type combo box.
BlueBlue channel.
BrowseBrowse.
CancelCancel button.
CancelButtonCancel button.
CancelKeyCancel key field.
CaptureCapture.
CaptureCursorCapture cursor combo box.
CheckEnableKeyboardEnable keyboard check box.
CheckEnableRegionEnable region check box.
CheckIncludeCursorCheck include cursor.
CheckInvertObjectInvert object check box.
CheckOpaqueTextOpaque text check box.
CheckSensitiveInfoWindowSensitive Information Window check box.
CheckShowAreaSizeShow Area Size check box.
CheckShowCursorPositionShow cursor position check box.
CheckShowDrawCursorShow draw cursor check box.
CheckShowInfoWindowShow the Information Window check box.
CheckUseCrossLinesCursorUse crossed lines cursor check box.
ColorGroupColor group.
ColorsButtonColors button.
ColorsComboColors combo box.
CountCount.
DefaultButtonDefault button.
DelayDelay field.
DrawCursorComboDraw cursor combo box.
EditBorderWidthEdit border width.
EditEllipseHeightEdit ellipse height.
EditEllipseWidthEdit ellipse width.
EditInfoWindowHeightEdit the Information Window height.
EditInfoWindowWidthEdit the Information Window width.
EditInfoWindowXEdit the Information Window X position.
EditInfoWindowYEdit the Information Window Y position.
FileNameFile name.
FillPatternComboFile pattern combo box.
GreenGreen channel.
HotkeyHotkey field.
InfoWindowHeightInformation Window height.
InfoWindowWidthInformation Window width.
InfoWindowXComboInformation Window X position combo box.
InfoWindowYComboInformation Window Y position combo box.
IntervalInterval field.
LineStyleComboLine style combo box.
OkOK button.
OkButtonOK button.
PreviousStaticPrevious static.
RedRed channel.
RepeatRepeat field.
ResourceTreeResource tree.
ResourceViewResource view.
SelectionSelection.
SliderBlueChannelColor of the slider for the Blue channel.
SliderGreenChannelColor of the slider for the Green channel.
SliderRedChannelSlider for the Red channel.
StaticColorsStatic colors.
StatusCursorStatus cursor combo box.
TextBlueChannelText color for the Blue channel.
TextGreenChannelText color for the Green channel.
TextRedChannelLabel for the Red channel.
UseEscUse Esc check box.
ZoomComboZoom combo box.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also