QuickOPC User's Guide and Reference
Caption Property (UAHostAndEndpointDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UAHostAndEndpointDialog Class : Caption Property
The text to display in the title bar of the dialog.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property Caption As String
'Usage
 
Dim instance As UAHostAndEndpointDialog
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
[DefaultValue("")]
[NotNull()]
public string Caption {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ Caption {
   String^ get();
   void set (    String^ 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