FormBuildStringControl.replaceOnLookup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
replaceOnLookup() | |
replaceOnLookup(Boolean) |
replaceOnLookup()
public:
virtual bool replaceOnLookup();
public virtual bool replaceOnLookup ();
abstract member replaceOnLookup : unit -> bool
override this.replaceOnLookup : unit -> bool
Public Overridable Function replaceOnLookup () As Boolean
Returns
Applies to
replaceOnLookup(Boolean)
public:
virtual bool replaceOnLookup(bool _value);
public virtual bool replaceOnLookup (bool _value);
abstract member replaceOnLookup : bool -> bool
override this.replaceOnLookup : bool -> bool
Public Overridable Function replaceOnLookup (_value As Boolean) As Boolean
Parameters
- _value
- Boolean