StyleInformation.opDispatch

Forwards to Widget.Style

struct StyleInformation
@property
opDispatch
(
string name
)
()

Bugs

It is supposed to fall back to the VisualTheme if the style doesn't override the default, but that is not generally implemented. Many of them may end up being explicit overloads instead of the generic opDispatch fallback, like font is now.

Suggestion Box / Bug Report