LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterColorDialogStringsId Enumeration
See Also  
Leadtools.WinForms.CommonDialogs.Color Namespace : RasterColorDialogStringsId Enumeration



Indicates the dialog string ID.

Syntax

Visual Basic (Declaration) 
Public Enum RasterColorDialogStringsId 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterColorDialogStringsId
C# 
public enum RasterColorDialogStringsId : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterColorDialogStringsId : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
WindowLevelCancelString ID for the Window Level dialog "Cancel" string.
WindowLevelCaptionString ID for the Window Level dialog "Window Level" string.
WindowLevelCenterString ID for the Window Level dialog "Center:" string.
WindowLevelColorsString ID for the Window Level dialog "Colors" string.
WindowLevelCopyingStatusString ID for the Window Level copying status
WindowLevelCurveModeString ID for the Window Level dialog "Mode:" string.
WindowLevelEndColorsString ID for the Window Level dialog "End Color:" string.
WindowLevelExponentialString ID for the Window Level dialog "Exponential" string.
WindowLevelFactorString ID for the Window Level dialog "Factor:" string.
WindowLevelHelpString ID for the Window Level dialog "Help" string.
WindowLevelHighLevelString ID for the Window Level dialog "High Level:" string.
WindowLevelIdleStatusString ID for the Window Level idle status
WindowLevelInsideString ID for the Window Level dialog "Inside" string.
WindowLevelLinearString ID for the Window Level dialog "Linear" string.
WindowLevelLogarithmicString ID for the Window Level dialog "Logarithmic" string.
WindowLevelLowLevelString ID for the Window Level dialog "Low Level:" string.
WindowLevelLUTCurveString ID for the Window Level dialog "LUT Carve" string.
WindowLevelNoteString ID for the Window Level tool tip note
WindowLevelOkString ID for the Window Level dialog "OK" string.
WindowLevelOutsideString ID for the Window Level dialog "Outside" string.
WindowLevelProcessingStatusString ID for the Window Level processing status
WindowLevelRangeString ID for the Window Level dialog "Range:" string.
WindowLevelSigmoidString ID for the Window Level dialog "Sigmoid" string.
WindowLevelStartColorsString ID for the Window Level dialog "Start Color:" string.
WindowLevelValueDialogHighCaptionString ID for the Window Level dialog "High Value Dialog" string.
WindowLevelValueDialogLowCaptionString ID for the Window Level dialog "Low Value Dialog" string.
WindowLevelValueDialogValueString ID for the Window Level dialog "Value:" string.
WindowLevelWidthString ID for the Window Level dialog "Width:" string.
WindowLevelWindowString ID for the Window Level dialog "Window" string.
WindowLevelZoomToFitWindowString ID for the Window Level zoom to fit window option
WindowLevelZoomToNormalString ID for the Window Level zoom to normal option

Example

Refer to RasterWindowLevelDialog example.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.CommonDialogs.Color.RasterColorDialogStringsId

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