Show / Hide Table of Contents

Class HatchStyleSelectionProperty

Inheritance
System.Object
PropertyEntryImpl
MultipleChoiceProperty
HatchStyleSelectionProperty
Implements
IPropertyEntry
IShowProperty
Inherited Members
MultipleChoiceProperty.propertyLabelText
MultipleChoiceProperty.selectedText
MultipleChoiceProperty.unselectedText
MultipleChoiceProperty.user
MultipleChoiceProperty.Choices
MultipleChoiceProperty.SelectedText
MultipleChoiceProperty.ChoiceIndex(String)
MultipleChoiceProperty.SetUnselectedText(String)
MultipleChoiceProperty.SelectionChangedEvent
MultipleChoiceProperty.ValueChangedEvent
MultipleChoiceProperty.SetSelection(Int32)
MultipleChoiceProperty.CurrentIndex
MultipleChoiceProperty.Flags
MultipleChoiceProperty.GetDropDownList()
MultipleChoiceProperty.Value
MultipleChoiceProperty.ListBoxSelected(Int32)
PropertyEntryImpl.resourceId
PropertyEntryImpl.labelText
PropertyEntryImpl.PropertyEntryChangedState(StateChangedArgs)
PropertyEntryImpl.Frame
PropertyEntryImpl.Refresh()
PropertyEntryImpl.propertyPage
PropertyEntryImpl.propertyTreeView
PropertyEntryImpl.IsOpen
PropertyEntryImpl.Label
PropertyEntryImpl.LabelText
PropertyEntryImpl.ResourceId
PropertyEntryImpl.Parent
PropertyEntryImpl.Index
PropertyEntryImpl.IndentLevel
PropertyEntryImpl.SubItems
PropertyEntryImpl.ContextMenu
PropertyEntryImpl.DeferUpdate
PropertyEntryImpl.PropertyEntryChangedStateEvent
PropertyEntryImpl.ButtonClicked(PropertyEntryButton)
PropertyEntryImpl.EditTextChanged(String)
PropertyEntryImpl.EndEdit(Boolean, Boolean, String)
PropertyEntryImpl.Opened(Boolean)
PropertyEntryImpl.OpenOrCloseSubEntries()
PropertyEntryImpl.Select()
PropertyEntryImpl.Selected(IPropertyEntry)
PropertyEntryImpl.StartEdit(Boolean)
PropertyEntryImpl.UnSelected(IPropertyEntry)
PropertyEntryImpl.ReadOnly
PropertyEntryImpl.StateChangedEvent
PropertyEntryImpl.IShowProperty.LabelText
PropertyEntryImpl.IShowProperty.HelpLink
PropertyEntryImpl.IShowProperty.InfoText
PropertyEntryImpl.IShowProperty.LabelType
PropertyEntryImpl.IShowProperty.EntryType
PropertyEntryImpl.SubEntriesCount
PropertyEntryImpl.SubEntries
PropertyEntryImpl.IShowProperty.OwnerDrawHeight
PropertyEntryImpl.IShowProperty.Hidden
PropertyEntryImpl.IShowProperty.IsSelected
PropertyEntryImpl.IShowProperty.Added(IPropertyTreeView)
PropertyEntryImpl.IShowProperty.Selected()
PropertyEntryImpl.IShowProperty.UnSelected()
PropertyEntryImpl.IShowProperty.ChildSelected(IShowProperty)
PropertyEntryImpl.Concat(IPropertyEntry[], IPropertyEntry[])
PropertyEntryImpl.IShowProperty.Removed(IPropertyTreeView)
PropertyEntryImpl.IShowProperty.ShowOpen(Boolean)
PropertyEntryImpl.IShowProperty.SetTabIndex(Int32)
PropertyEntryImpl.IShowProperty.LabelChanged(String)
PropertyEntryImpl.IShowProperty.SetFocus()
PropertyEntryImpl.IShowProperty.Refresh()
PropertyEntryImpl.IShowProperty.OnEnterPressed()
PropertyEntryImpl.IShowProperty.OnVisibilityChanged(Boolean)
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 Source

HatchStyleSelectionProperty(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
| Improve this Doc View Source

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 Source

Added(IPropertyPage)

Overrides Added(IPropertyTreeView)

Declaration
public override void Added(IPropertyPage propertyTreeView)
Parameters
Type Name Description
IPropertyPage propertyTreeView
Overrides
PropertyEntryImpl.Added(IPropertyPage)
| Improve this Doc View Source

OnSelectionChanged(String)

Declaration
protected override void OnSelectionChanged(string selected)
Parameters
Type Name Description
System.String selected
Overrides
MultipleChoiceProperty.OnSelectionChanged(String)
| Improve this Doc View Source

Removed(IPropertyPage)

Overrides Removed(IPropertyTreeView)

Declaration
public override void Removed(IPropertyPage propertyTreeView)
Parameters
Type Name Description
IPropertyPage propertyTreeView
Overrides
PropertyEntryImpl.Removed(IPropertyPage)
| Improve this Doc View Source

SetSelection(HatchStyle)

Declaration
public void SetSelection(HatchStyle hatchStyle)
Parameters
Type Name Description
HatchStyle hatchStyle

Events

| Improve this Doc View Source

HatchStyleChangedEvent

Declaration
public event HatchStyleSelectionProperty.HatchStyleChanged HatchStyleChangedEvent
Event Type
Type Description
HatchStyleSelectionProperty.HatchStyleChanged

Implements

IPropertyEntry
IShowProperty
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX