| 
| enum   | NotifyCollectionChangedAction {  
  Add
, Remove
, Replace
, Move
,  
  Reset
 
 } | 
|   | 
| enum   | BindableSupport { No
, Yes
, Default
 } | 
|   | 
| enum   | BindingDirection { OneWay
, TwoWay
 } | 
|   | 
| enum   | CollectionChangeAction { Add = 1
, Remove
, Refresh
 } | 
|   | 
| enum   | DataObjectMethodType {  
  Fill
, Select
, Update
, Insert
,  
  Delete
 
 } | 
|   | 
| enum   | DesignerSerializationVisibility { Hidden
, Visible
, Content
 } | 
|   | 
| enum   | EditorBrowsableState { Always
, Never
, Advanced
 } | 
|   | 
| 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
, CharacterEscaped
, NoEffect
, SideEffect
,  
  Success
, 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   | RefreshProperties { None
, All
, Repaint
 } | 
|   | 
| enum   | ToolboxItemFilterType { Allow
, Custom
, Prevent
, Require
 } | 
|   |