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. |
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.
ULONG RW Color |
IDispatch* R ControlFocused |
Contains the color and other options for the graphic element when the owner control has focus.
A GraphicElement object.
ULONG RW FontColor |
IDispatch* R Hot |
Contains the color and other options for the graphic element in the hot state.
A GraphicElement object.
IDispatch* R Normal |
Contains the color and other options for the graphic element in the normal state.
A GraphicElement object.
IDispatch* R Selected |
Contains the color and other options for the graphic element in the selected state.
A GraphicElement object.