CADability dotNET

The IShowPropertyImpl type exposes the following members.

Methods

  NameDescription
Public methodAdded
Implementation of Added(IPropertyTreeView). Momorizes the given IPropertyTreeView, raises the StateChangedEvent
Public methodChildSelected
Implementation of ChildSelected(IShowProperty), raises the StateChangedEvent
Public methodStatic memberConcat
Static helper method to concatenate two arrays of IShowProperty.
Public methodFocusableControls
Implementation of FocusableControls()()()(). Must be overridden for SimpleEntry.
Public methodGetContextMenu
Implementation of GetContextMenu()()()().
Public methodGetValueControl
Implementation of GetValueControl(Int32, Int32). Returns null. Must be overridden for SimpleEntry.
Public methodLabelChanged
Implementation of LabelChanged(String). Override if LabelType is Editable.
Public methodOnDragDrop
Public methodOnDragEnter
Public methodOnDragLeave
Public methodOnDragOver
Public methodOnEnterPressed
Public methodOnSpecialKey
Implementation of OnSpecialKey(IShowProperty, KeyEventArgs). Override if needed.
Public methodOpened
Implementation of Opened(Boolean), raises the StateChangedEvent
Public methodRefresh
Implementation of Refresh()()()().
Public methodRemoved
Implementation of Removed(IPropertyTreeView), raises the StateChangedEvent
Public methodSelect
Implementation of Select()()()(), selects this entry if it is currently contained in a IPropertyTreeView
Public methodSelected
Implementation of Selected()()()(), raises the StateChangedEvent
Public methodSetFocus
Implementation of SetFocus()()()(). Does nothing, override when needed.
Public methodShowOpen
Implementation of ShowOpen(Boolean), opens or closes this entry if it is currently contained in a IPropertyTreeView
Public methodUnSelected
Implementation of UnSelected()()()(), raises the StateChangedEvent
Public methodStatic memberUpdate
Calls the Refresh method of several standard implementations of IShowProperty.

Explicit Interface Implementations

See Also