ImageEn, unit iexUserInteractions

TIEButtonInteraction


Declaration

TIEButtonInteraction = class(TIEUserInteraction);


Description

A class of TIEUserInteraction that provides properties when displaying buttons.


Demos

Demo  Demos\Multi\MViewPreview\MViewPreview.dpr
Demo  Demos\Multi\MView_AttachedViewer\MViewPreview.dpr
Demo  Demos\InputOutput\IEViewMulti\IEViewMulti.dpr


Example

ImageEnView1.ButtonParams.Color := clSilver;
ImageEnView1.ButtonParams.Size  := 30;
ImageEnView1.Update();


Methods and Properties

Public Property  BorderColor
Public Property  BorderTransparency
Public Property  BorderWidth
Public Property  FillColor
Public Property  FillTransparency
Public Method  FindButtonAt
Public Property  MaxHeightButtons
Public Property  Size
Public Property  Offset
Public Property  OnlyOnHover