CADability dotNET
Das Eigenschafts-Anzeige Fenster für CONDOR. Diese Default Implementierung kann durch eine Anwendereigene Implementierung ersetzt werden. Wichtig ist dabei lediglich die Implementierung des IPropertyTreeView Interfaces.

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

Syntax

C#
public class ShowProperty : ScrollableControl, 
	IPropertyTreeView, ICommandHandler, IInfoPopupEvents, IInfoProvider
Visual Basic
Public Class ShowProperty _
	Inherits ScrollableControl _
	Implements IPropertyTreeView, ICommandHandler, IInfoPopupEvents, IInfoProvider
Visual C++
public ref class ShowProperty : public ScrollableControl, 
	IPropertyTreeView, ICommandHandler, IInfoPopupEvents, IInfoProvider

Inheritance Hierarchy

See Also