Class GroupProperty
A simple entry for the showproperty tree, wich is represented by a GruopTitle eintry which contains some subentries. A folder in the treeview of the controlcenter. The subentries mus be specified in the constructur.
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 GroupProperty : IShowPropertyImpl, IShowProperty, IPropertyEntry
Constructors
| Improve this Doc View SourceGroupProperty(String, IPropertyEntry[])
Declaration
public GroupProperty(string resourceId, IPropertyEntry[] subEntries)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resourceId | |
| IPropertyEntry[] | subEntries |
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 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
| Improve this Doc View SourceSubItems
Overrides SubEntries, returns the subentries in this property view.
Declaration
public override IPropertyEntry[] SubItems { get; }
Property Value
| Type | Description |
|---|---|
| IPropertyEntry[] |
Overrides
Methods
| Improve this Doc View SourceSetSubEntries(IPropertyEntry[])
Declaration
public void SetSubEntries(IPropertyEntry[] subEntries)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyEntry[] | subEntries |