Share via


LineDisplayProperties.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 Property CapHMarquee As Boolean
public bool CapHMarquee { get; set; }
public:
property bool CapHMarquee {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CapHMarquee ()

/** @property */
public void set_CapHMarquee (boolean value)
public function get CapHMarquee () : boolean

public function set CapHMarquee (value : boolean)

Remarks

If true, the device supports horizontal marquee windows.

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.CapHMarquee Property