Show / Hide Table of Contents

Class ColorSelectionProperty

Inheritance
System.Object
PropertyEntryImpl
MultipleChoiceProperty
ColorSelectionProperty
Implements
IShowProperty
IPropertyEntry
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.CurrentIndex
MultipleChoiceProperty.Flags
MultipleChoiceProperty.GetDropDownList()
MultipleChoiceProperty.Value
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 ColorSelectionProperty : MultipleChoiceProperty, IShowProperty, IPropertyEntry

Constructors

| Improve this Doc View Source

ColorSelectionProperty(IColorDef, String, ColorList, ColorList.StaticFlags)

Declaration
public ColorSelectionProperty(IColorDef iColorDef, string resourceId, ColorList clrTable, ColorList.StaticFlags flags)
Parameters
Type Name Description
IColorDef iColorDef
System.String resourceId
ColorList clrTable
ColorList.StaticFlags flags
| Improve this Doc View Source

ColorSelectionProperty(Object, String, String, ColorList, ColorList.StaticFlags)

Declaration
public ColorSelectionProperty(object go, string propertyName, string resourceId, ColorList clrTable, ColorList.StaticFlags flags)
Parameters
Type Name Description
System.Object go
System.String propertyName
System.String resourceId
ColorList clrTable
ColorList.StaticFlags flags
| Improve this Doc View Source

ColorSelectionProperty(String, ColorList, ColorDef, ColorList.StaticFlags)

Declaration
public ColorSelectionProperty(string resourceId, ColorList clrTable, ColorDef select, ColorList.StaticFlags flags)
Parameters
Type Name Description
System.String resourceId
ColorList clrTable
ColorDef select
ColorList.StaticFlags flags

Properties

| Improve this Doc View Source

Connected

Declaration
public IGeoObject Connected { get; set; }
Property Value
Type Description
IGeoObject
| Improve this Doc View Source

ShowAllowUndefinedGray

Declaration
public bool ShowAllowUndefinedGray { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Added(IPropertyPage)

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

ListBoxSelected(Int32)

Declaration
public override void ListBoxSelected(int selectedIndex)
Parameters
Type Name Description
System.Int32 selectedIndex
Overrides
MultipleChoiceProperty.ListBoxSelected(Int32)
| 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)

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

SetSelection(Int32)

Declaration
public override void SetSelection(int toSelect)
Parameters
Type Name Description
System.Int32 toSelect
Overrides
MultipleChoiceProperty.SetSelection(Int32)

Events

| Improve this Doc View Source

ColorDefChangedEvent

Declaration
public event ColorSelectionProperty.ColorDefChangedDelegate ColorDefChangedEvent
Event Type
Type Description
ColorSelectionProperty.ColorDefChangedDelegate

Explicit Interface Implementations

| Improve this Doc View Source

IPropertyEntry.GetDropDownList()

Declaration
string[] IPropertyEntry.GetDropDownList()
Returns
Type Description
System.String[]
| Improve this Doc View Source

IPropertyEntry.Value

Declaration
string IPropertyEntry.Value { get; }
Returns
Type Description
System.String

Implements

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