[]
Default editor used by C1PropertyGrid to edit bool values.
public class BoolEditor : CheckBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource, ITypeMutipleEditorControl, ITypeEditorControl
Name | Description |
---|---|
BoolEditor() |
Name | Description |
---|---|
Attach(PropertyAttribute) | Attaches (initializes) the editor with the current property. |
Attach(PropertyGroup) | Attaches (initializes) the editor with the current Group. |
Create() | Creates ands initializes a new instance of the editor |
Detach(PropertyAttribute) | Detaches (releases) the editor that was attached with the property passed as parameter. |
OnValueChanged() | Called when value bound to this editor is changed. |
SetDefaultValue() | set a value when all properties in the group has not a same property value |
Supports(PropertyAttribute) | Returns true if the editor supports (is able to show/edit) the property values described by the PropertyAttribute. |
ToString() | Returns a string that represents this instance. |
Name | Description |
---|---|
ValueChanged | Fired when the value of the current property has changed. |