IIntellisenseBuilder::Show Method (String^, String^, String^%)

 

Shows the builder.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

bool Show(
	String^ language,
	String^ value,
	String^% newValue
)

Parameters

language
Type: System::String^

The language service that is calling the builder.

value
Type: System::String^

The expression being edited.

newValue
Type: System::String^%

The new value.

Return Value

Type: System::Boolean

true if the value should be replaced with newValue; otherwise, false (if the user cancels, for example).

.NET Framework
Available since 2.0
Return to top
Show: