Table of Contents

Enum DataTipPainterImage

Namespace
Alternet.Scripter.Debugger.UI.DataTips.Painting
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

Defines types of DataTip images.

public enum DataTipPainterImage

Fields

Error = 0

Specifies Error image.

ExpandArrowCollapsed = 11

Specifies ExpandArrow in collapsed state image.

ExpandArrowExpanded = 10

Specifies ExpandArrow in expanded state image.

FieldInternal = 3

Specifies Internal Field image.

FieldPrivate = 2

Specifies Private Field image.

FieldProtected = 4

Specifies Protected Field image.

FieldPublic = 1

Specifies Public Field image.

PropertyInternal = 7

Specifies Internal Property image.

PropertyPrivate = 6

Specifies Private Property image.

PropertyProtected = 8

Specifies Protected Property image.

PropertyPublic = 5

Specifies Public Property image.

ScrollButtonArrowDownHighlighted = 15

Specifies ScrollButton Arrow Down in highlighted state image.

ScrollButtonArrowDownNormal = 13

Specifies ScrollButton Arrow Down in normal state image.

ScrollButtonArrowUpHighlighted = 14

Specifies ScrollButton Arrow Up in highlighted state image.

ScrollButtonArrowUpNormal = 12

Specifies ScrollButton Arrow Up in normal state image.

StaticMembers = 9

Specifies Static Members image.