Enum StreamAccessMode
- Namespace
 - Alternet.FormDesigner.WinForms
 
- Assembly
 - Alternet.FormDesigner.v10.dll
 
Defines constants for read, write access to a stream.
public enum StreamAccessMode
  Fields
Read = 0Read access to the stream. Data can be read from the stream.
Write = 1Write access to the stream. Data can be written to the stream.