NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ByteViewer.GetDisplayMode

Returns the display mode for the control

[Visual Basic]
Overridable Public Function GetDisplayMode() As DisplayMode
[C#]
public virtual DisplayMode GetDisplayMode();
[C++]
public: virtual DisplayMode GetDisplayMode();
[JScript]
public function GetDisplayMode() : DisplayMode;

Return Value

display mode (This value is an int defined in DisplayMode)

See Also

ByteViewer Class | ByteViewer Members | System.ComponentModel.Design Namespace