Connectivity Software User's Guide and Reference
ExpandableObjectConverterWpf Class
Members 



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace : ExpandableObjectConverterWpf Class
An System.ComponentModel.ExpandableObjectConverter with WPF runtime deserialization support for strings.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Class ExpandableObjectConverterWpf 
   Inherits System.ComponentModel.ExpandableObjectConverter
'Usage
 
Dim instance As ExpandableObjectConverterWpf
[ComVisible(false)]
public class ExpandableObjectConverterWpf : System.ComponentModel.ExpandableObjectConverter 
[ComVisible(false)]
public ref class ExpandableObjectConverterWpf : public System.ComponentModel.ExpandableObjectConverter 
Inheritance Hierarchy

System.Object
   System.ComponentModel.TypeConverter
      System.ComponentModel.ExpandableObjectConverter
         OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf

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