Keyoti RapidFindReplace WPF API Docs
OptionPropertyMetaData Constructor (defaultValue, description, visibleToUser, callback)
API DocumentationKeyoti.RapidFindReplace.WPFOptionPropertyMetaDataOptionPropertyMetaData(Object, String, Boolean, PropertyChangedCallback)
Keyoti RapidFindReplace WPF
New
Declaration Syntax
C#Visual BasicVisual C++F#
public OptionPropertyMetaData(
	Object defaultValue,
	string description,
	bool visibleToUser,
	PropertyChangedCallback callback
)
Public Sub New ( 
	defaultValue As Object,
	description As String,
	visibleToUser As Boolean,
	callback As PropertyChangedCallback
)
public:
OptionPropertyMetaData(
	Object^ defaultValue, 
	String^ description, 
	bool visibleToUser, 
	PropertyChangedCallback^ callback
)
new : 
        defaultValue : Object * 
        description : string * 
        visibleToUser : bool * 
        callback : PropertyChangedCallback -> OptionPropertyMetaData
Parameters
defaultValue (Object)
description (String)
visibleToUser (Boolean)
callback (PropertyChangedCallback)

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)