QuickOPC User's Guide and Reference
BrowsePresentationHost Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : BrowsePresentationHost Property
Infrastructure.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public ReadOnly Property BrowsePresentationHost As IBrowsePresentationHost
'Usage
 
Dim instance As BrowseControl
Dim value As IBrowsePresentationHost
 
value = instance.BrowsePresentationHost
[Browsable(false)]
[NotNull()]
public IBrowsePresentationHost BrowsePresentationHost {get;}
[Browsable(false)]
[NotNull()]
public:
property IBrowsePresentationHost^ BrowsePresentationHost {
   IBrowsePresentationHost^ get();
}
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