QuickOPC User's Guide and Reference
ControlPageIds Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel Namespace : ControlPageIds Class
Contains reserved and pre-defined control page Ids.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public MustInherit NotInheritable Class ControlPageIds 
'Usage
 
Dim instance As ControlPageIds
[ComVisible(false)]
public static class ControlPageIds 
[ComVisible(false)]
public ref class ControlPageIds abstract sealed 
Remarks

If there are pages with Ids between 1 - 999, the ViewOrEdit page (Id 0) will not be used inside the object editor.

Pages with Ids of 10000 and more may be initially hidden from display, and shown by something like ">>> More" command from the user.

Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.ComponentModel.ControlPageIds

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