Unit 'MUIClass.Image' Package
[Overview][Classes][Index] [#MUIClass]

TMUIImage.State

State of the Image

Declaration

Source position: MUIClass.Image.pas line 42

published property TMUIImage.State : Integer
  read FState
  write SetState;

Description

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.


Documentation generated on: 2022-07-30