Class NameProperty
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()
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public class NameProperty : IShowPropertyImpl, IShowProperty, IPropertyEntry
Constructors
| Improve this Doc View SourceNameProperty(Object, String, String)
Declaration
public NameProperty(object ObjectWithName, string PropertyName, string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | ObjectWithName | |
| System.String | PropertyName | |
| System.String | resourceId |
Properties
| Improve this Doc View SourceValue
Declaration
public override string Value { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
| Improve this Doc View SourceEditTextChanged(String)
Declaration
public override bool EditTextChanged(string newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | newValue |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceEndEdit(Boolean, Boolean, String)
Declaration
public override void EndEdit(bool aborted, bool modified, string newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | aborted | |
| System.Boolean | modified | |
| System.String | newValue |
Overrides
| Improve this Doc View SourceStartEdit(Boolean)
Declaration
public override void StartEdit(bool editValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | editValue |
Overrides
| Improve this Doc View SourceUnSelected()
Overrides UnSelected()
Declaration
public override void UnSelected()