CADability dotNET
A collapsable treeview entry for the ControlCenter that presents to the user all layers of the provided list with a checkbox next to each layer. The titel of the entry is specified by the provided resourceId.

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public class CheckedLayerList : IShowPropertyImpl, 
	ICommandHandler, ISerializable, IDeserializationCallback
Visual Basic
<SerializableAttribute> _
Public Class CheckedLayerList _
	Inherits IShowPropertyImpl _
	Implements ICommandHandler, ISerializable, IDeserializationCallback
Visual C++
[SerializableAttribute]
public ref class CheckedLayerList : public IShowPropertyImpl, 
	ICommandHandler, ISerializable, IDeserializationCallback

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..IShowPropertyImpl
    CADability.Attribute..::..CheckedLayerList

See Also