TdxBarLargeButton.SyncImageIndex Property
Specifies whether the ImageIndex property value is synchronized with the LargeImageIndex property value.
Declaration
property SyncImageIndex: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the SyncImageIndex property value is True, changing the LargeImageIndex property results in setting the ImageIndex property to the same value. If the SyncImageIndex property is set to False, the properties mentioned can be changed independently of each other.
Assigning values to the ImageIndex property results in setting the SyncImageIndex property to False. Thus, further modifications of the LargeImageIndex property will not affect the ImageIndex property.
The default value of the SyncImageIndex property is True.
See Also