EventBindingService::ShowCode Method (Int32)

 

Displays the user code at the given line number.

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

protected:
virtual bool ShowCode(
	int lineNumber
) abstract

Parameters

lineNumber
Type: System::Int32

The line number to show.

Return Value

Type: System::Boolean

true if it is possible to display the code; otherwise, false.

Line numbers are one-based.

.NET Framework
Available since 2.0
Return to top
Show: