[This is preliminary documentation and is subject to change.]

Panel GUI component for interfacing with local chat

Namespace:  OpenMetaverse.GUI
Assembly:  OpenMetaverse.GUI (in OpenMetaverse.GUI.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class LocalChat : Panel
Public Class LocalChat _
	Inherits Panel
public ref class LocalChat : public Panel

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LocalChat()()()
Panel control for an unspecified client's local chat interaction
LocalChat(GridClient)
Panel control for the specified client's local chat interaction
Client
Gets or sets the GridClient associated with this control
LogChat(String, ChatType, String, Color)
Adds text of a specified color to the display output
LogFile
A file that output should be logged to (or null, to disable logging)
LogText(String, Color)
Thread-safe method for adding text of a specified color to the display output

Inheritance Hierarchy

See Also