CADability dotNET
Simple group-entry into the treeview of the control center. The resourceId specifies the text that is displayed. Use AddSubEntry to add al the subentries for this group entry. All subentries must be added before this group entry is displayed.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..IShowPropertyImpl
    CADability.UserInterface..::..ShowPropertyGroup

See Also