enum PushButtonType in module com::sun::star::awt::

(Global Index)

Syntax

enum PushButtonType;

Description

specify the default actions of a button.

Values Summary

STANDARD acts like a standard push button.

OK acts like a OK button.

CANCEL acts like a cancel button.

HELP acts like a help button.

Values Details



STANDARD

Syntax

STANDARD,

Description

acts like a standard push button.


OK

Syntax

OK,

Description

acts like a OK button.


CANCEL

Syntax

CANCEL,

Description

acts like a cancel button.


HELP

Syntax

HELP,

Description

acts like a help button.

Top of Page