CADability dotNET

The IShowPropertyImpl type exposes the following members.

Fields

  NameDescription
Protected fieldlabelText
Overrides the label text, which is normally retrieved from the StringTable with the resourceId
Protected fieldpropertyTreeView
The tree view that contains this entry. If null, the entry doesnt reside in a tree view. Only valid between the calls to Added(IPropertyTreeView) and Removed(IPropertyTreeView).
Protected fieldresourceId
The resourceId specifies both the label text and the tooltip text. The label text is loaded from the StringTable with the ID resourceId+".Label" the tooltip text is loaded with the id resourceId+".ShortInfo" or resourceId+".DetailedInfo". You may extend the StringTable and ues your own resourceId values according to this scheme. (see AddStrings(Stream))

See Also