QuickOPC User's Guide and Reference
RequestedPageId Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > AutomaticValueControl Class : RequestedPageId Property
The control page Id to be displayed in this control.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property RequestedPageId As Integer
'Usage
 
Dim instance As AutomaticValueControl
Dim value As Integer
 
instance.RequestedPageId = value
 
value = instance.RequestedPageId
[DefaultValue(0)]
public int RequestedPageId {get; set;}
[DefaultValue(0)]
public:
property int RequestedPageId {
   int get();
   void set (    int value);
}
Remarks

For reserved and pre-defined control page Ids, see 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