SkinBuilder.ApplyTheme 方法

定义

如果 SkinBuilder 对象与当前控件相关联,则在设计时将主题和控件外观应用于该控件。

public:
 System::Web::UI::Control ^ ApplyTheme();
public System.Web.UI.Control ApplyTheme ();
member this.ApplyTheme : unit -> System.Web.UI.Control
Public Function ApplyTheme () As Control

返回

Control

将主题或样式表主题和任何控件外观应用到的控件实例。 这与传递到生成器 SkinBuilder(ThemeProvider, Control, ControlBuilder, String) 构造函数的实例相同。 如果未将任何控件传递给该构造函数,则此方法将返回 null

注解

SkinBuilder 在设计时,通过为提供对象的控件的对象指定实例,将对象与控件相关联 IThemeResolutionService ControlBuilder ThemeProviderThemeProvider对象可以返回 SkinBuilder 给定控件的对象。

适用于