Class ColorSelectionProperty
Inheritance
System.Object
ColorSelectionProperty
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()
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
|
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
|
Improve this Doc
View Source
ColorSelectionProperty(String, ColorList, ColorDef, ColorList.StaticFlags)
Declaration
public ColorSelectionProperty(string resourceId, ColorList clrTable, ColorDef select, ColorList.StaticFlags flags)
Parameters
Properties
|
Improve this Doc
View Source
Connected
Declaration
public IGeoObject Connected { get; set; }
Property Value
|
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
Overrides
|
Improve this Doc
View Source
ListBoxSelected(Int32)
Declaration
public override void ListBoxSelected(int selectedIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
selectedIndex |
|
Overrides
|
Improve this Doc
View Source
OnSelectionChanged(String)
Declaration
protected override void OnSelectionChanged(string selected)
Parameters
| Type |
Name |
Description |
| System.String |
selected |
|
Overrides
|
Improve this Doc
View Source
Removed(IPropertyPage)
Declaration
public override void Removed(IPropertyPage propertyTreeView)
Parameters
Overrides
|
Improve this Doc
View Source
SetSelection(Int32)
Declaration
public override void SetSelection(int toSelect)
Parameters
| Type |
Name |
Description |
| System.Int32 |
toSelect |
|
Overrides
Events
|
Improve this Doc
View Source
ColorDefChangedEvent
Declaration
public event ColorSelectionProperty.ColorDefChangedDelegate ColorDefChangedEvent
Event Type
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