ByteViewer::SetDisplayMode Method (DisplayMode)

 

Sets the current display mode.

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

public:
virtual void SetDisplayMode(
	DisplayMode mode
)

Parameters

mode
Type: System.ComponentModel.Design::DisplayMode

The display mode to set.

Exception Condition
InvalidEnumArgumentException

The specified display mode is not from the DisplayMode enumeration.

.NET Framework
Available since 1.1
Return to top
Show: