Class ShowPropertyGroup
Simple group-entry into the treeview of the control center. The resourceId specifies the text that is displayed. Use AddSubEntry to add al the subentries for this group entry. All subentries must be added before this group entry is displayed.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public class ShowPropertyGroup : IShowPropertyImpl, IShowProperty, IPropertyEntry
Constructors
| Improve this Doc View SourceShowPropertyGroup(String)
Declaration
public ShowPropertyGroup(string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resourceId |
Fields
| Improve this Doc View SourcesubEntries
Declaration
protected IShowProperty[] subEntries
Field Value
| Type | Description |
|---|---|
| IShowProperty[] |
Properties
| Improve this Doc View SourceEntryType
Overrides EntryType, returns GroupTitle.
Declaration
public override ShowPropertyEntryType EntryType { get; }
Property Value
| Type | Description |
|---|---|
| ShowPropertyEntryType |
Overrides
| Improve this Doc View SourceSubEntries
Overrides SubEntries, returns the subentries in this property view.
Declaration
public override IShowProperty[] SubEntries { get; }
Property Value
| Type | Description |
|---|---|
| IShowProperty[] |
Overrides
| Improve this Doc View SourceSubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
Declaration
public override int SubEntriesCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Overrides
Methods
| Improve this Doc View SourceAddSubEntries(IShowProperty[])
Declaration
public void AddSubEntries(params IShowProperty[] ToAdd)
Parameters
| Type | Name | Description |
|---|---|---|
| IShowProperty[] | ToAdd |
AddSubEntry(IShowProperty)
Declaration
public void AddSubEntry(IShowProperty ToAdd)
Parameters
| Type | Name | Description |
|---|---|---|
| IShowProperty | ToAdd |
ClearSubEntries()
Declaration
public void ClearSubEntries()