Glossary Item Box

LabDevTools Send comments on this topic.

MChar

The MChar control is a control that displays alphanumeric characters using a dot matrix.

 
For a list of all the members of this control, to se MChar Members.
 
LabDevTools

     LabDevTools.MChar 

 

[Visual Basic]
Public Class MChar
    Inherits UserControl
[C#]
public class MChar : UserControl

 

Thread Safety:

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Observations:

The MChar control visualizes by means of a matrix of points circular or squared the following alphanumeric character set:


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

 

Reference:

Name space: LabDevTools

Assembly: LabDevTools(in LabDevTools.dll) 

 

See also:

CharBackColor | CharColor | CharText | Language | PointType

 

 


Copyright © 2007 LabDevTools. All Rights Reserved.