Preferences Schema
SYSTEMTRAY Element
See Also  Send comments on this topic.
Preferences Schema : SYSTEMTRAY Element

Glossary Item Box

Description

Used to specify system tray settings in ArcPadPrefs.apx.Used to specify system tray settings in ArcPadPrefs.apx.

Diagram

SYSTEMTRAY Element

Overview

SYSTEMTRAY
Used to specify system tray settings in ArcPadPrefs.apx.Used to specify system tray settings in ArcPadPrefs.apx.
gps optional Restriction of xs:string
Flag that determines whether the GPS status is displayed in the system tray.

Attributes

NameTypeUseDefaultFixedDescription
gpsRestriction of xs:stringoptionaltrue Flag that determines whether the GPS status is displayed in the system tray.

Examples

Source

<xs:element name="SYSTEMTRAY" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify system tray settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" name="gps">
      <xs:annotation>
        <xs:documentation>Flag that determines whether the GPS status is displayed in the system tray.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.