C1.Win.Input Namespace / FormatTarget Enumeration

FormatTarget Enumeration
Specifies the type for control formatting.
Syntax
'Declaration
 
Public Enum FormatTarget 
   Inherits System.Enum
 
Members
MemberDescription
ForDisplayFormatting (or Formatted) event was called while the control is not in edit mode.
ForEditFormatting (or Formatted) event was called while the control is in edit mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Input.FormatTarget

See Also