PageTheme.ControlSkins 属性

定义

当在派生类中重写时,获取可用于当前页主题的所有默认外观的名称的 IDictionary 接口(根据控件类型进行索引)。

protected:
 abstract property System::Collections::IDictionary ^ ControlSkins { System::Collections::IDictionary ^ get(); };
protected abstract System.Collections.IDictionary ControlSkins { get; }
member this.ControlSkins : System.Collections.IDictionary
Protected MustOverride ReadOnly Property ControlSkins As IDictionary

属性值

IDictionary

一个 IDictionary,表示与当前页主题关联的控件外观。

注解

ControlSkins属性是抽象的。 在编译时,主题将生成重写此属性的代码。

适用于

另请参阅