DefaultCoordinateType Property

This member of WaveLinkFactory Object is supported on: Palm, CE

The DefaultCoordinateType property stores and retrieves the default coordinate type of the current WaveLinkFactory object.

VB

CoordType = object.DefaultCoordinateType

object.DefaultCoordinateType = CoordType

VC++

HRESULT hr = object->
get_DefaultCoordinateType(CoordinateTypes *CoordType);

HRESULT hr = object->
put_DefaultCoordinateType(CoordinateTypes CoordType);

Return Values

CoordType

The variable that retrieves the default coordinate type

Parameters

CoordType

The variable that specifies the default coordinate type

Remarks

The possible values are:

BYCELL

Position the widget using cell coordinates (rows and columns)

BYPIXEL

Position the widget using pixel coordinates

BYPERCENTAGE

Position the widget using percentage coordinates

The DefaultCoordinateType property determines how the application interprets the values entered for the position, width, and height of the widget. The default value is BYCELL.

Example

See the CreateBitmap Method.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal