GraphicElement Interface Reference

Contains the color and other options for an graphic element. More...

List of all members.

Properties

ULONG RW Color []
 Returns or sets the color of the graphic element.
ULONG RW FontColor []
 Returns or sets the text's color of the graphic element.
IDispatch *R Normal []
 Contains the color and other options for the graphic element in the normal state.
IDispatch *R Selected []
 Contains the color and other options for the graphic element in the selected state.
IDispatch *R Hot []
 Contains the color and other options for the graphic element in the hot state.
IDispatch *R ControlFocused []
 Contains the color and other options for the graphic element when the owner control has focus.


Detailed Description

Contains the color and other options for an graphic element.

Selected, Hot, ControlFocused defines options for the graphic element in the specified state (Selected, Hot, The owner control has focus).

This properties can be used in cascade, for example (JScript) Selected.Hot specified options for the element that in Selected and Hot state.

See also:
PageControl.
Since:
1.1.15.


Property Documentation

ULONG RW Color

Returns or sets the color of the graphic element.

Since:
1.1.15.

IDispatch* R ControlFocused

Contains the color and other options for the graphic element when the owner control has focus.

A GraphicElement object.

Since:
1.1.15.

ULONG RW FontColor

Returns or sets the text's color of the graphic element.

Since:
1.1.15.

IDispatch* R Hot

Contains the color and other options for the graphic element in the hot state.

A GraphicElement object.

Since:
1.1.15.

IDispatch* R Normal

Contains the color and other options for the graphic element in the normal state.

A GraphicElement object.

Since:
1.1.15.

IDispatch* R Selected

Contains the color and other options for the graphic element in the selected state.

A GraphicElement object.

Since:
1.1.15.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:39 2015. (C) Veretennikov A. B. 2004-2015