CADability dotNET
The IShowPropertyImpl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | IShowPropertyImpl()()()() | |
![]() | IShowPropertyImpl(IFrame) |
Methods
Fields
Name | Description | |
---|---|---|
![]() | labelText |
Overrides the label text, which is normally retrieved from the StringTable
with the resourceId |
![]() | propertyTreeView |
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).
|
![]() | resourceId |
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))
|
Properties
Name | Description | |
---|---|---|
![]() | EntryType |
Implementation of EntryType.
Returns SimpleEntry |
![]() | Frame |
Returns a IFrame when this IShowProperty has been added to a IPropertyTreeView,
returns null otherwise.
|
![]() | HelpLink |
Implementation of HelpLink, returns
resourceId.
|
![]() | Hidden |
Implementation of Hidden.
|
![]() | InfoText |
Implementation of InfoText, returns
GetString(String, StringTable..::..Category)(resourceId+".DetailedInfo") or
GetString(String, StringTable..::..Category)(resourceId+".ShortInfo")
|
![]() | LabelText |
Implementation of LabelText, returns either
labelText (if not null) or GetString(String, StringTable..::..Category)(resourceId+".Label")
Whe set, labelText is set.
|
![]() | LabelType |
Implementation of LabelType.
Returns Selectable |
![]() | OwnerDrawHeight |
Implementation of OwnerDrawHeight.
Returns 0.
|
![]() | ReadOnly |
Implementation of Hidden.
|
![]() ![]() | SelectedBckgColor | |
![]() ![]() | SelectedTextColor | |
![]() | SubEntries |
Implementation of SubEntries.
Returns an empty array.
|
![]() | SubEntriesCount |
Implementation of SubEntriesCount.
Returns 0.
|
![]() ![]() | UnselectedBckgColor | |
![]() ![]() | UnselectedTextColor |
Events
Name | Description | |
---|---|---|
![]() | StateChangedEvent |
Implementation of StateChangedEvent.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IShowProperty..::..Added | |
![]() ![]() | IShowProperty..::..SetTabIndex |