OPC Labs EasyOPC Forms
UABrowseDialog Object
Members 
OpcLabs_EasyOpcForms ActiveX DLL : UABrowseDialog Object
Description
Displays a dialog with various OPC-UA nodes (elements) from which the user can select.

 

ProgId: OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog
CLSID (Class ID): d5e91058-41df-40d9-8dcc-795f166d0311
Default interface: OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseDialog
Event source interface:

 

For more information, see UABrowseDialog and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseDialog in .NET Reference.

Object Model

UABrowseDialog ObjectEasyUAClientSelector ObjectEasyUAInstanceParameters ObjectEasyUAAdaptableParameters ObjectUABrowseInputs ObjectUABrowseInputsOutputs ObjectUABrowseNodeDescriptor ObjectUABrowseNodeDescriptorCollection CollectionUABrowseNodeDescriptor ObjectUABrowseMode ObjectUANodeBrowseFilter ObjectUABrowseOutputs ObjectUABrowseNodeElement ObjectUABrowseNodeElementCollection CollectionUABrowseNodeElement Object

Remarks

For remarks, see UABrowseDialog and OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes._UABrowseDialog in .NET Reference.

Object creation

_UABrowseDialogPtr UABrowseDialogPtr(__uuidof(UABrowseDialog));
UABrowseDialog := CoUABrowseDialog.Create;
var UABrowseDialog = new ActiveXObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog");
UABrowseDialog := CoUABrowseDialog.Create;
$UABrowseDialog = Win32::OLE->new("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog");
$UABrowseDialog = new COM("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog");
OLEObject UABrowseDialog
UABrowseDialog = CREATE OLEObject
UABrowseDialog.ConnectToNewObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog")
UABrowseDialog = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog')
Dim UABrowseDialog As New OleObject ("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog")
Dim UABrowseDialog As New UABrowseDialog
UABrowseDialog = CREATEOBJECT("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog")
Dim UABrowseDialog As New UABrowseDialog
Dim UABrowseDialog: Set UABrowseDialog = CreateObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog")
UABrowseDialog := CreateObject("OpcLabs.EasyOpc.UA.Forms.Browsing.UABrowseDialog")
Interfaces
InterfaceDescription
Internal.

 

IID (Interface ID): 3dba1256-f61e-4a70-b54c-6b5d37aab4dd

 

For more information, see _FormCommonDialog in .NET Reference.

 
Internal.

 

IID (Interface ID): 2d1a7708-b1e5-41a5-963f-8e7afbcc6e86

 

For more information, see _SizableCommonDialog in .NET Reference.

 

IID (Interface ID): b86e59f2-f1e2-389d-b5f1-c55307c8106e

 

For more information, see IComponent in .NET Reference.

 

IID (Interface ID): 805d7a98-d4af-3f0f-967f-e5cf45312d2c

 

For more information, see IDisposable in .NET Reference.

Example

For examples, see UABrowseDialog in .NET Reference.

See Also

UABrowseDialog Members