Click or drag to resize

ChatWindowOptionsPropertyImpl Constructor

Initializes a new instance of the ChatWindowOptionsPropertyImpl class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public PropertyImpl(
	ChatWindowOptions owner,
	string name,
	MetadataTypeInfo type,
	IList<Attribute> attributes,
	string category,
	Object value,
	bool readOnly = false
)

Parameters

owner  ChatWindowOptions
 
name  String
 
type  MetadataTypeInfo
 
attributes  IListAttribute
 
category  String
 
value  Object
 
readOnly  Boolean  (Optional)
 
See Also