Method GetRealImage
GetRealImage(VisualControlState, bool?, Control?)
Gets real menu image for the specified state constructed from the following properties: Image, DisabledImage, SvgImage, SvgImageSize.
public virtual ImageSet? GetRealImage(VisualControlState state, bool? isDark = null, Control? control = null)
Parameters
stateVisualControlStateItem state.
isDarkbool?Light/dark theme flag.
controlControlControl which scale factor is used.