ApplicationThemeHelper.Preload Method
Name | Parameters | Description |
---|---|---|
Preload(PreloadCategories[]) static | preloadCategories | Preloads theme resources for the specified controls. |
Preload(Func<UserControl>) static | createAction | Preloads theme resources for the view specified by the UserControl and allows you to initialize this view before the preload. |
Preload<T>(Boolean) static | runTypeInitializers | Preloads theme resources for the view specified by the UserControl. |