ThemeableAttribute.IsObjectThemeable Method (Object)
.NET Framework (current version)
Returns a value indicating whether the object passed to the method supports themes.
Assembly: System.Web (in System.Web.dll)
Parameters
- instance
-
Type:
System.Object
The object to test for themes support.
Return Value
Type: System.Booleantrue if the object supports themes and control skins; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | The instance parameter is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: