QuickOPC User's Guide and Reference
ViewOrEdit Field



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel Namespace > ControlPageIds Class : ViewOrEdit Field
The View or Edit control page (Id 0).
Syntax
'Declaration
 
<DisplayName2Attribute("View/Edit")>
Public Const ViewOrEdit As Integer
'Usage
 
Dim value As Integer
 
value = ControlPageIds.ViewOrEdit
[DisplayName2("View/Edit")]
public const int ViewOrEdit
[DisplayName2("View/Edit")]
public:
const int ViewOrEdit
Remarks

The title of the page is chosen depending on whether the control is read-only or read-write.

This is the default of OpcLabs.BaseLib.Annotations.ValueControlAttribute.PageId.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also