Meta data used for option properties.
| C# | Visual Basic | Visual C++ | F# |
public class OptionPropertyMetaData : PropertyMetadata
Public Class OptionPropertyMetaData Inherits PropertyMetadata
public ref class OptionPropertyMetaData : public PropertyMetadata
type OptionPropertyMetaData = class inherit PropertyMetadata end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| OptionPropertyMetaData(Object, String, Boolean) |
New
| |
| OptionPropertyMetaData(Object, String, Boolean, PropertyChangedCallback) |
New
| |
| CoerceValueCallback | Gets or sets a reference to a CoerceValueCallback implementation specified in this metadata. (Inherited from PropertyMetadata.) | |
| DefaultValue | Gets or sets the default value of the dependency property. (Inherited from PropertyMetadata.) | |
| Description |
Description of the property.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsSealed | Gets a value that determines whether the metadata has been applied to a property in some way, resulting in the immutable state of that metadata instance. (Inherited from PropertyMetadata.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Merge(PropertyMetadata, DependencyProperty) | Merges this metadata with the base metadata. (Inherited from PropertyMetadata.) | |
| OnApply(DependencyProperty, Type) | Called when this metadata has been applied to a property, which indicates that the metadata is being sealed. (Inherited from PropertyMetadata.) | |
| PropertyChangedCallback | Gets or sets a reference to a PropertyChangedCallback implementation specified in this metadata. (Inherited from PropertyMetadata.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| VisibleToUser |
Whether the option is visible to the user in the options dropdown.
|
| Object | ||
| PropertyMetadata | ||
| OptionPropertyMetaData | ||
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)