Show / Hide Table of Contents

Class LayerSelectionProperty

Inheritance
System.Object
PropertyEntryImpl
MultipleChoiceProperty
LayerSelectionProperty
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.Attribute
Assembly: CADability.dll
Syntax
public class LayerSelectionProperty : MultipleChoiceProperty, IPropertyEntry, IShowProperty

Constructors

| Improve this Doc View Source

LayerSelectionProperty(ILayer, String, LayerList)

Declaration
public LayerSelectionProperty(ILayer ObjectWithLayer, string resourceId, LayerList ll)
Parameters
Type Name Description
ILayer ObjectWithLayer
System.String resourceId
LayerList ll
| Improve this Doc View Source

LayerSelectionProperty(ILayer, String, LayerList, Boolean)

Declaration
public LayerSelectionProperty(ILayer ObjectWithLayer, string resourceId, LayerList ll, bool includeUndefined)
Parameters
Type Name Description
ILayer ObjectWithLayer
System.String resourceId
LayerList ll
System.Boolean includeUndefined
| Improve this Doc View Source

LayerSelectionProperty(String, LayerList, Layer)

Declaration
public LayerSelectionProperty(string resourceId, LayerList layerList, Layer select)
Parameters
Type Name Description
System.String resourceId
LayerList layerList
Layer select

Properties

| Improve this Doc View Source

Connected

Declaration
public IGeoObject Connected { get; set; }
Property Value
Type Description
IGeoObject

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

the IPropertyTreeView from which it was removed

Overrides
PropertyEntryImpl.Removed(IPropertyPage)

Events

| Improve this Doc View Source

LayerChangedEvent

Declaration
public event LayerSelectionProperty.LayerChangedDelegate LayerChangedEvent
Event Type
Type Description
LayerSelectionProperty.LayerChangedDelegate

Implements

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