ApplyCancelProperty#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Mechanical.AdditionalProperties.ApplyCancelProperty(name: str, groupName: str)#
Bases:
objectProvides a way to create properties with Apply/Cancel buttons.
Overview#
CopyFrom method. |
|
Equals method. |
|
GetHashCode method. |
|
GetObjectData method. |
|
GetType method. |
|
Resume method. |
|
ToString method. |
|
add_OnAfterPropertyChanged method. |
|
add_OnBeforePropertyChanged method. |
|
remove_OnAfterPropertyChanged method. |
|
remove_OnBeforePropertyChanged method. |
Access property. |
|
The name of the property shown in the UI. If not set, the Name property is used. |
|
The group name of the property shown in the UI, and used to separate properties based on group name. |
|
ID property. |
|
The name of the property. |
|
Owner property. |
|
PropertyControl property. |
|
Returns whether a property is readonly. |
|
Tag property. |
|
The tooltip of the property in the UI. |
|
Type property. |
|
Returns whether a property is valid. |
|
The stored value of the property. |
|
Get the string representation of the value. |
Property detail#
- property ApplyCancelProperty.Access: Ansys.Common.Interop.WBPropertyBrowsing.AnsPropertyAccess | None#
Access property.
- property ApplyCancelProperty.DisplayName: str | None#
The name of the property shown in the UI. If not set, the Name property is used.
- property ApplyCancelProperty.GroupName: str | None#
The group name of the property shown in the UI, and used to separate properties based on group name.
- property ApplyCancelProperty.PropertyControl: Ansys.ACT.Mechanical.AdditionalProperties.Control | None#
PropertyControl property.
Method detail#
- ApplyCancelProperty.CopyFrom(property: Ansys.ACT.Mechanical.AdditionalProperties.CustomProperty) None#
CopyFrom method.
- ApplyCancelProperty.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#
GetObjectData method.
- ApplyCancelProperty.Resume(property: Ansys.ACT.Mechanical.AdditionalProperties.CustomProperty) None#
Resume method.
- ApplyCancelProperty.add_OnAfterPropertyChanged(value: System.EventHandler[Any]) None#
add_OnAfterPropertyChanged method.
- ApplyCancelProperty.add_OnBeforePropertyChanged(value: System.EventHandler[Any]) None#
add_OnBeforePropertyChanged method.