Share via


LineDisplayBase.CapHMarquee Property

2/27/2008

If true, the device supports horizontal marquee windows.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CapHMarquee As Boolean
public override bool CapHMarquee { get; }
public:
virtual property bool CapHMarquee {
    bool get () override;
}
/** @property */
public boolean get_CapHMarquee ()
public override function get CapHMarquee () : boolean

Remarks

LineDisplayBase class verifies that the device has been opened, then retrieves the value of LineDisplayProperties.CapHMarquee.

CapHMarquee is initialized to true by the LineDisplayProperties class.

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

LineDisplayBase Class
LineDisplayBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplay.CapHMarquee Property