Class CheckProperty
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 CheckProperty : IShowPropertyImpl, IShowProperty, IPropertyEntry
Constructors
| Improve this Doc View SourceCheckProperty(Object, String, String)
Declaration
public CheckProperty(object ObjectWithProperty, string PropertyName, string resourceId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | ObjectWithProperty | |
| System.String | PropertyName | |
| System.String | resourceId |
CheckProperty(String, CheckState)
Declaration
public CheckProperty(string resourceID, CheckState state)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | resourceID | |
| CheckState | state |
Properties
| Improve this Doc View SourceFlags
Declaration
public override PropertyEntryType Flags { get; }
Property Value
| Type | Description |
|---|---|
| PropertyEntryType |
Overrides
| Improve this Doc View SourceValue
Declaration
public override string Value { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
| Improve this Doc View SourceButtonClicked(PropertyEntryButton)
Declaration
public override void ButtonClicked(PropertyEntryButton button)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyEntryButton | button |
Overrides
| Improve this Doc View SourceUpdate()
Declaration
public void Update()
Events
| Improve this Doc View SourceCheckStateChangedEvent
Declaration
public event CheckProperty.CheckStateChangedDelegate CheckStateChangedEvent
Event Type
| Type | Description |
|---|---|
| CheckProperty.CheckStateChangedDelegate |