CADability dotNET
The IShowProperty type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EntryType |
Returns the type of the entry, see ShowPropertyEntryType.
| |
| HelpLink |
Returns the help link for the help control.
| |
| Hidden |
If an IShowProperty object is hidden, it will not appear in the TreeView
of the control center. Most Properties are not hidden by default.
| |
| InfoText |
Returns the text for the tooltip to display when the mouse cursor rests on the label.
| |
| LabelText |
Returns the label text, which is usually displayed on the left side of the control.
| |
| LabelType |
Returns the type of the label, see ShowPropertyLabelFlags.
| |
| OwnerDrawHeight |
Returns the height of this entry if it is ownerdrawn.
| |
| ReadOnly |
If an IShowProperty object is read only, its value should be fixed. The subProperties should also be read only.
| |
| SubEntries |
Returns the array of subentries to this entry.
| |
| SubEntriesCount |
Returns the number of subentries if any or 0 if none.
|