Share via


LineDisplayProperties.CapMapCharacterSet Property

2/27/2008

If true, then the service object is able to map the characters provided by the application to the character sets defined in the CharacterSetList property when displaying data.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Property CapMapCharacterSet As Boolean
public bool CapMapCharacterSet { get; set; }
public:
property bool CapMapCharacterSet {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CapMapCharacterSet ()

/** @property */
public void set_CapMapCharacterSet (boolean value)
public function get CapMapCharacterSet () : boolean

public function set CapMapCharacterSet (value : boolean)

Remarks

If true, then the service object is able to map the characters provided by the application to the character sets defined in the CharacterSetList property when displaying data.

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.

See Also

Reference

LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.CapMapCharacterSet Property