CADability dotNET
Shows a list of Attributes as checkboxes.

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

Syntax

C#
public class CheckedAttributes : IShowPropertyImpl, 
	ICommandHandler
Visual Basic
Public Class CheckedAttributes _
	Inherits IShowPropertyImpl _
	Implements ICommandHandler
Visual C++
public ref class CheckedAttributes : public IShowPropertyImpl, 
	ICommandHandler

Inheritance Hierarchy

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

See Also