ComponentOne InputPanel for WinForms
InputElementType Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputElementType Enumeration
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.C1InputPanel.InputElementType

See Also

Reference

C1.Win.C1InputPanel Namespace