InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputElementType Enumeration

In This Topic
    InputElementType Enumeration
    In This Topic
    Specifies the type of element whose bounds are returned from the C1InputPanel.GetItemBounds method.
    Syntax
    'Declaration
     
    Public Enum InputElementType 
       Inherits System.Enum
    public enum InputElementType : System.Enum 
    Members
    MemberDescription
    ContentElementGets the size and location of the inner content element.
    ToolTippedElementGets the size and location of the inner element that shows a tooltip.
    WholeComponentGets the size and location of the whole input component (the outer element).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.InputPanel.InputElementType

    See Also