In This Topic
Theme object represents a visual theme in the application.
Object Model
Syntax
'Declaration
<SerializableAttribute()>
Public NotInheritable Class Theme
Inherits Attachmate.Reflection.Framework.Proxy
Implements ITheme, Attachmate.Reflection.Framework.IProxy
'Usage
Dim instance As Theme
[Serializable()]
public sealed class Theme : Attachmate.Reflection.Framework.Proxy, ITheme, Attachmate.Reflection.Framework.IProxy
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Attachmate.Reflection.Emulation.Common.Theme
See Also