State of the Image
Source position: MUIClass.Image.pas line 42
published property TMUIImage.State : Integer |
Some MUI images offer different states, you can select one of the by setting this attribute. Simply use one of the IDS_NORMAL, IDS_SELECTED, ... values defined in intuition.
Note:Objects that respond to user input will automatically toggle their state between IDS_NORMAL to IDS_SELECTED depending on their Selected attribute.