| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class SkinStyleReference : ICloneable
<SerializableAttribute> _ Public Class SkinStyleReference _ Implements ICloneable
[SerializableAttribute] public ref class SkinStyleReference : ICloneable
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| SkinStyleReference()()()() | Initializes a new instance of the SkinStyleReference class | |
| Clone()()()() |
Creates a new object that is a copy of the current instance.
| |
| Equals(SkinStyleReference) | ||
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | (Overrides Object.GetHashCode()()()().) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Skin |
Skin to reference the style from
| |
| SKIN | ||
| STYLE_NAME | ||
| StyleName |
The name of the style to reference
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| SkinStyleReference | |