Class StyleSelectionProperty
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.Attribute
Assembly: CADability.dll
Syntax
public class StyleSelectionProperty : MultipleChoiceProperty, IPropertyEntry, IShowProperty
Constructors
| Improve this Doc View SourceStyleSelectionProperty(IStyle, String, StyleList)
Declaration
public StyleSelectionProperty(IStyle objectWithStyle, string resourceId, StyleList styleList)
Parameters
| Type | Name | Description |
|---|---|---|
| IStyle | objectWithStyle | |
| System.String | resourceId | |
| StyleList | styleList |
Properties
| Improve this Doc View SourceConnected
Declaration
public IGeoObject Connected { get; set; }
Property Value
| Type | Description |
|---|---|
| IGeoObject |
Methods
| Improve this Doc View SourceAdded(IPropertyPage)
Overrides Added(IPropertyTreeView)
Declaration
public override void Added(IPropertyPage propertyTreeView)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyPage | propertyTreeView |
Overrides
| Improve this Doc View SourceOnSelectionChanged(String)
Declaration
protected override void OnSelectionChanged(string selected)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | selected |
Overrides
| Improve this Doc View SourceRemoved(IPropertyPage)
Overrides Removed(IPropertyTreeView)
Declaration
public override void Removed(IPropertyPage propertyTreeView)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyPage | propertyTreeView | the IPropertyTreeView from which it was removed |
Overrides
Events
| Improve this Doc View SourceStyleChangedEvent
Declaration
public event StyleSelectionProperty.StyleChangedDelegate StyleChangedEvent
Event Type
| Type | Description |
|---|---|
| StyleSelectionProperty.StyleChangedDelegate |