←Select platform

BubbleWordValueType Enumeration

Summary

Enumeration that represents which value type the bubble word field contains. The Character value type can contain any combination of alphanumeric characters. The Numerical value type contains only numerals.

Syntax
C#
VB
C++
[SerializableAttribute()] 
public enum BubbleWordValueType 
<SerializableAttribute()>  
Public Enum BubbleWordValueType 
public: 
   [SerializableAttribute] 
   enum class BubbleWordValueType sealed 
Members
ValueMemberDescription
0CharacterAny possible values of textual or numerical type.
1NumericalValues of numerical type only.
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.