Class HatchStyleSelectionProperty
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 HatchStyleSelectionProperty : MultipleChoiceProperty, IPropertyEntry, IShowProperty
Constructors
| Improve this Doc View SourceHatchStyleSelectionProperty(String, HatchStyleList, HatchStyle, Boolean)
Declaration
public HatchStyleSelectionProperty(string ResourceId, HatchStyleList hsl, HatchStyle preselect, bool includeUndefined)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ResourceId | |
| HatchStyleList | hsl | |
| HatchStyle | preselect | |
| System.Boolean | includeUndefined |
HatchStyleSelectionProperty(String, HatchStyleList, IHatchStyle, Boolean)
Declaration
public HatchStyleSelectionProperty(string ResourceId, HatchStyleList hsl, IHatchStyle iHatchStyle, bool includeUndefined)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ResourceId | |
| HatchStyleList | hsl | |
| IHatchStyle | iHatchStyle | |
| System.Boolean | includeUndefined |
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 |
Overrides
| Improve this Doc View SourceSetSelection(HatchStyle)
Declaration
public void SetSelection(HatchStyle hatchStyle)
Parameters
| Type | Name | Description |
|---|---|---|
| HatchStyle | hatchStyle |
Events
| Improve this Doc View SourceHatchStyleChangedEvent
Declaration
public event HatchStyleSelectionProperty.HatchStyleChanged HatchStyleChangedEvent
Event Type
| Type | Description |
|---|---|
| HatchStyleSelectionProperty.HatchStyleChanged |