ArcPad Scripting Object Model
Style Property
See Also  Send comments on this topic.
Pane
Optional. An Integer that specifies the pane.
StatusBar Object : Style Property

Glossary Item Box

Description

Returns or sets the style of the specified pane of the status bar.

Property type

Read-write property

Syntax

object.Style ( [Pane] ) = [ value ]

Parameters

Pane
Optional. An Integer that specifies the pane.

Return Type

Long

Remarks

Pane is an integer specifying the status bar pane whose style is to be returned or set. The following values are valid for Pane:

Pane Statusbar Pane
0 First pane (text pane).
1 Second pane (coordinate pane).
2 Third pane (scale pane).
3 Fourth pane (rocker mode pane).

If Pane is not specified, the default value of 0 is used. [Optional].

The possible values for the Style property are:

Style Result
0 Normal.
256 No borders.
512 Popout.
67108864 Disabled.
134217728 Stretch to fill status bar.

Example

See Also

© 2013 All Rights Reserved.