EventBindingService::IEventBindingService::ShowCode Method (Int32)

 

Displays the user code for the designer at the specified line.

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

private:
virtual bool ShowCode(
	int lineNumber
) sealed = IEventBindingService::ShowCode

Parameters

lineNumber
Type: System::Int32

The line number to place the caret on.

Return Value

Type: System::Boolean

true if the code is displayed; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: