←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly