C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputElementType Enumeration

InputElementType Enumeration
Specifies the type of element whose bounds are returned from the C1InputPanel.GetItemBounds method.
Syntax
'Declaration
 
Public Enum InputElementType 
   Inherits 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