Class SimplePropertyGroup
A simple container for several IShowProperty entries in the treeview of the controlcenter. Add subentries to this group before the group ist displayed in the treeview. If you add or remove subentries while the group is displayed you will have to call Refresh(IShowProperty).
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 SimplePropertyGroup : IShowPropertyImpl, IShowProperty, IPropertyEntry
Constructors
| Improve this Doc View SourceSimplePropertyGroup(String)
Declaration
public SimplePropertyGroup(string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resourceId |
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 SourceLabelType
Declaration
public override ShowPropertyLabelFlags LabelType { get; }
Property Value
| Type | Description |
|---|---|
| ShowPropertyLabelFlags |
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 SourceAdd(IShowProperty)
Declaration
public void Add(IShowProperty subEntry)
Parameters
| Type | Name | Description |
|---|---|---|
| IShowProperty | subEntry |
Add(IShowProperty[])
Declaration
public void Add(IShowProperty[] subEntries)
Parameters
| Type | Name | Description |
|---|---|---|
| IShowProperty[] | subEntries |
Remove(IShowProperty)
Declaration
public void Remove(IShowProperty subEntry)
Parameters
| Type | Name | Description |
|---|---|---|
| IShowProperty | subEntry |
RemoveAll()
Declaration
public void RemoveAll()