Input for WinForms | ComponentOne
C1.Win.Input Namespace / FormatTarget Enumeration

In This Topic
    FormatTarget Enumeration
    In This Topic
    Specifies the type for control formatting.
    Syntax
    'Declaration
     
    
    Public Enum FormatTarget 
       Inherits System.Enum
    public enum FormatTarget : 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