QuickOPC User's Guide and Reference
ClientSelector Property (_AECategoryDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AECategoryDialog Interface : ClientSelector Property
The selector of the client object that is used for the dialog operations.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ClientSelector As EasyAEClientSelector
'Usage
 
Dim instance As _AECategoryDialog
Dim value As EasyAEClientSelector
 
instance.ClientSelector = value
 
value = instance.ClientSelector
[NotNull()]
EasyAEClientSelector ClientSelector {get; set;}
[NotNull()]
property EasyAEClientSelector^ ClientSelector {
   EasyAEClientSelector^ get();
   void set (    EasyAEClientSelector^ value);
}
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