CADability dotNET
A simple container for several IShowProperty entries in the treeview of the controlcenter. Add subentries to this group before the group ist displayed in the treeview. If you add or remove subentries while the group is displayed you will have to call Refresh(IShowProperty).

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

Syntax

C#
public class SimplePropertyGroup : IShowPropertyImpl
Visual Basic
Public Class SimplePropertyGroup _
	Inherits IShowPropertyImpl
Visual C++
public ref class SimplePropertyGroup : public IShowPropertyImpl

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..IShowPropertyImpl
    CADability.UserInterface..::..SimplePropertyGroup

See Also