←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#
C++/CLI
Python
[SerializableAttribute()] 
public enum BubbleWordValueType 
public: 
   [SerializableAttribute] 
   enum class BubbleWordValueType sealed 
class BubbleWordValueType(Enum): 
   Character = 0 
   Numerical = 1 
Members
ValueMemberDescription
0CharacterAny possible values of textual or numerical type.
1NumericalValues of numerical type only.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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