InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Theme Class
Members


In This Topic
    Theme Class
    In This Topic
    Theme object represents a visual theme in the application.
    Object Model
    Theme ClassIThemeCursor InterfaceIThemeFont InterfaceIThemeSounds InterfaceIThemeColor Interface
    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