QuickOPC User's Guide and Reference
SetTag Method (ConcreteCommonDialog)



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms Namespace > ConcreteCommonDialog Class : SetTag Method
The tag to be set.
Sets an object associated with the dialog.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetTag( _
   ByVal tag As Object _
) 
'Usage
 
Dim instance As ConcreteCommonDialog
Dim tag As Object
 
instance.SetTag(tag)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetTag( 
   object tag
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetTag( 
   Object^ tag
) 

Parameters

tag
The tag to be set.
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