EventBindingService::ShowCode Method ()

 

Displays user code.

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

protected:
virtual bool ShowCode() abstract

Return Value

Type: System::Boolean

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

The ShowCode method does not display any particular code; generally it displays the last code the user typed.

.NET Framework
Available since 2.0
Return to top
Show: