Method GetRealImage
GetRealImage(VisualControlState, bool?, Control?)
Retrieves the real image associated with the specified visual control state.
ImageSet? GetRealImage(VisualControlState state, bool? isDark = null, Control? control = null)
Parameters
stateVisualControlStateThe visual control state for which the image is to be retrieved.
isDarkbool?An optional parameter indicating whether the dark mode variant of the image should be retrieved. If null, the default variant is used.
controlControlAn optional parameter specifying the control context for which the image is being retrieved. If null, the image is retrieved without a specific control context.