CADability dotNET

The IPropertyTreeView type exposes the following members.

Methods

  NameDescription
Public methodAddControl
Add a control without regenerating the layout
Public methodAddShowProperty
Fügt das im Parameter gegebene Objekt zur Anzeige hinzu.
Public methodChildFocusChanged
Public methodFindFromHelpLink
Finds the IShowProperty object with the given help link (HelpLink). The help link is used as a kind of unique id. It is usually the the resource id for the label text. If the desired entry is not visible it will not be found. You will first have to open the sub entries of the parent entry (OpenSubEntries(IShowProperty, Boolean)).
Public methodFocusEntered
Checks, whether a Focus change from oldFocus to newFocus implies a focus change to "toTest" or one of its child entries from some entry outside of "toTest". If newFocus is not toTest or one of its children "false" is returned. If the focus changes from one child of toTest to another or from a child of toTest to toTest itself or from toTest to one of its children, false is returned.
Public methodFocusLeft
Checks, whether a Focus change from oldFocus to newFocus implies a focus change from "toTest" or one of its child entries to some entry outside of "toTest". If oldFocus is not toTest or one of its children "false" is returned. If the focus changes from one child of toTest to another or from a child of toTest to toTest itself or from toTest to one of its children, false is returned.
Public methodGetBoundsForControl
Public methodGetCurrentSelection
Public methodGetFrame
Returns the IFrame object of the context of this IPropertyTreeView
Public methodGetParent
Public methodGetPointForControl
Public methodHasTopLevelShowProperty
Determins whether the given IShowProperty LookForThis is one of the root ShowProperties.
Public methodIsOnTop
Determins whether this IPropertyTreeView is on top of all IPropertyTreeView objects. Several IPropertyTreeViews reside in the ControlCenter in different tab pages. Determins whether this IPropertyTreeView is in the selected tab page.
Public methodIsOpen
Public methodMakeVisible
Das im Parameter gegebene Objekt soll sichtbar dargestellt werden.
Public methodOpenSubEntries
Die Untereinträge des im Parameter gegebenen Objektes sollenn (erzeugt und) sichtbar sein.
Public methodPopupContextMenu
Public methodRefresh
Das im Parameter gegebene Objekt muss neu dargestellt werden. Z.B wenn sich die Liste der Unterobjekte geändert hat.
Public methodRemoveControl
Public methodRemoveShowProperty
Das im Parameter gegebene Objekt soll nicht mehr angezeigt werden.
Public methodReplaceShowProperty
Ersetzt eine Anzeige durch eine andere.
Public methodSelectEntry
Das im Parameter gegebene Objekt soll markiert dargestellt werden.
Public methodSelectNext
Die Untereinträge des im Parameter gegebenen Objektes sollenn (erzeugt und) sichtbar sein.
Public methodStartEditLabel
Der LabelText des im Parameter gegebenen Objektes soll editiert werden.

Properties

  NameDescription
Public propertyActiveView
Liefert das aktive View Objekt. Dieses kann auch fehlen, dann wird null geliefert.
Public propertyAllIds
Public propertyDefaultLineHeight
Liefert die Standard Zeilenhöhe der Anzeige
Public propertyInfoPopup

Events

  NameDescription
Public eventFocusChangedEvent

See Also