'Declaration
Public Overridable ReadOnly Property PageId As Integer
'Usage
Dim instance As UserValueControl Dim value As Integer value = instance.PageId
public virtual int PageId {get;}
Property Value
The default value of this property is 0
.
'Declaration
Public Overridable ReadOnly Property PageId As Integer
'Usage
Dim instance As UserValueControl Dim value As Integer value = instance.PageId
public virtual int PageId {get;}
The default value of this property is 0
.
For reserved and pre-defined control page Ids, see OpcLabs.BaseLib.ComponentModel.ControlPageIds.