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
0123456789
=!",'?£$¥%&()*+±-.:/\|@[]_λθ∑∏ΘΦψπ∞

 

Of default it is "".

See also:

Appearance | BackgroundTransparent | Language

 


Copyright © 2007 LabDevTools. All Rights Reserved.