TdxSkinIgnoredFormList Members
Stores the list of ignored form classes for the DevExpress Skin Engine.Methods
| Name | Description |
|---|---|
| Add(TClass,Boolean) | Adds one or more form classes to the ignore list. |
| AddClassName(string,Boolean) | Adds the specified form class name to the ignore list. |
| AddQualifiedClassName(string,Boolean) | Adds one or more qualified form class names to the ignore list. |
| Clear | Clears the ignore list. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| Remove(TClass,Boolean) | Removes one or more form classes from the ignore list. |
| RemoveClassName(string,Boolean) | Removes the specified form class name from the ignore list. |
| RemoveQualifiedClassName(string,Boolean) | Removes the specified qualified form class name from the ignore list. |
| ToString | Inherited from TObject. |
See Also