Glossary Item Box

LabDevTools Send comments on this topic.

CharText

Gets or sets the character of the control.

 

[Visual Basic]
Public Property CharText As
Char 
[C#]
public char CharText
{get; set;}
Observations:

The character set of the control is the following one:

ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
0123456789
=!"$#%&'()*+
π,-./:;<>?@[]£^_{}|€
¥

 

Of default it is "".

See also:

CharBackColor | CharColor | PointType

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.