LineDisplayProperties.CapVMarquee Property
2/27/2008
If true, the device supports vertical marquee windows.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Property CapVMarquee As Boolean
public bool CapVMarquee { get; set; }
public:
property bool CapVMarquee {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_CapVMarquee ()
/** @property */
public void set_CapVMarquee (boolean value)
public function get CapVMarquee () : boolean
public function set CapVMarquee (value : boolean)
Remarks
If true, the device supports vertical 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.CapVMarquee Property