|
enum | DesignerSerializationVisibility { Hidden
, Visible
, Content
} |
|
enum | RefreshProperties { None
, All
, Repaint
} |
|
enum | BindableSupport { No
, Yes
, Default
} |
|
enum | BindingDirection { OneWay
, TwoWay
} |
|
enum | CollectionChangeAction { Add = 1
, Remove
, Refresh
} |
|
enum | DataObjectMethodType {
Fill
, Select
, Update
, Insert
,
Delete
} |
|
enum | InheritanceLevel { Inherited = 1
, InheritedReadOnly
, NotInherited
} |
|
enum | LicenseUsageMode { Runtime
, Designtime
} |
|
enum | ListChangedType {
Reset
, ItemAdded
, ItemDeleted
, ItemMoved
,
ItemChanged
, PropertyDescriptorAdded
, PropertyDescriptorDeleted
, PropertyDescriptorChanged
} |
|
enum | ListSortDirection { Ascending
, Descending
} |
|
enum | MaskedTextResultHint {
Unknown = 0
, CharacterEscaped = 1
, NoEffect = 2
, SideEffect = 3
,
Success = 4
, AsciiCharacterExpected = -1
, AlphanumericCharacterExpected = -2
, DigitExpected = -3
,
LetterExpected = -4
, SignedDigitExpected = -5
, InvalidInput = -51
, PromptCharNotAllowed = -52
,
UnavailableEditPosition = -53
, NonEditPosition = -54
, PositionOutOfRange = -55
} |
|
enum | PropertyTabScope { Static
, Global
, Document
, Component
} |
|
enum | ToolboxItemFilterType { Allow
, Custom
, Prevent
, Require
} |
|
enum | EditorBrowsableState { Always
, Never
, Advanced
} |
|