TSRVViewProperty.IconStyle

<< Click to display table of contents >>

TSRVViewProperty.IconStyle

Allows to choose an set of icons used in TSRichViewEdit control.

type

  TSRVIconStyle = (srvisNormal, srvisFlat);

 

property IconStyle: TSRVIconStyle;

TSRichViewEdit allows choosing different icons for drawing in a zooming panel (if ZoomPanelVisible=True)

Value

Meaning

srvisNormal

Standard icons

zoompanelnormal

srvisFlat

Simplified flat white icons

zoompanelflat

Default value:

srvisNormal