Enum DataTipPainterImage
- Assembly
- Alternet.Scripter.Debugger.UI.v10.dll
Defines types of DataTip images.
public enum DataTipPainterImage
Fields
Error = 0Specifies Error image.
ExpandArrowCollapsed = 11Specifies ExpandArrow in collapsed state image.
ExpandArrowExpanded = 10Specifies ExpandArrow in expanded state image.
FieldInternal = 3Specifies Internal Field image.
FieldPrivate = 2Specifies Private Field image.
FieldProtected = 4Specifies Protected Field image.
FieldPublic = 1Specifies Public Field image.
PropertyInternal = 7Specifies Internal Property image.
PropertyPrivate = 6Specifies Private Property image.
PropertyProtected = 8Specifies Protected Property image.
PropertyPublic = 5Specifies Public Property image.
ScrollButtonArrowDownHighlighted = 15Specifies ScrollButton Arrow Down in highlighted state image.
ScrollButtonArrowDownNormal = 13Specifies ScrollButton Arrow Down in normal state image.
ScrollButtonArrowUpHighlighted = 14Specifies ScrollButton Arrow Up in highlighted state image.
ScrollButtonArrowUpNormal = 12Specifies ScrollButton Arrow Up in normal state image.
StaticMembers = 9Specifies Static Members image.