interface XPointer in module com::sun::star::awt::

(Global Index)

Syntax

interface XPointer : com::sun::star::uno::XInterface ;

Description

gives access to the type of mouse pointer.

Method Summary

setType selects a SystemPointer for this mouse pointer.

getType

Method Details



setType

Syntax

oneway void setType (
long nType );

Description

selects a SystemPointer for this mouse pointer.


getType

Syntax

long getType ();

Returns

the currently set SystemPointer of this mouse pointer.
Top of Page