| ImageEn, unit iexRichEdit |
|
TIETextAttributes.Disabled
Declaration
property Disabled: Boolean;
Description
Specify whether the text appears in a disabled (grayed) state.
Example
// Make the current text appear disabled
IERichEdit1.SelAttributes.Disabled := True;