QuickOPC User's Guide and Reference
WpfOpcBrowseControl Class
Members 



OpcLabs.EasyOpcPresentation Assembly > OpcLabs.EasyOpc.Presentation.Browsing Namespace : WpfOpcBrowseControl Class
A control with various OPC nodes from which the user can select. This control can be configured to serve many different purposes.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<ContentPropertyAttribute("InnerControl")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<DefaultPropertyAttribute("Content")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class WpfOpcBrowseControl 
   Inherits OpcLabs.BaseLib.Presentation.ComponentModel.Internal.WindowsFormsControl(Of OpcBrowseControl)
   Implements OpcLabs.BaseLib.Presentation.ComponentModel.Internal.IInnerControl, System.ComponentModel.ISupportInitialize, System.Windows.IFrameworkInputElement, System.Windows.IInputElement, System.Windows.Markup.IAddChild, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IQueryAmbient, System.Windows.Media.Animation.IAnimatable 
'Usage
 
Dim instance As WpfOpcBrowseControl
[ComVisible(false)]
[ContentProperty("InnerControl")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[DefaultProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class WpfOpcBrowseControl : OpcLabs.BaseLib.Presentation.ComponentModel.Internal.WindowsFormsControl<OpcBrowseControl>, OpcLabs.BaseLib.Presentation.ComponentModel.Internal.IInnerControl, System.ComponentModel.ISupportInitialize, System.Windows.IFrameworkInputElement, System.Windows.IInputElement, System.Windows.Markup.IAddChild, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IQueryAmbient, System.Windows.Media.Animation.IAnimatable  
[ComVisible(false)]
[ContentProperty("InnerControl")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[DefaultProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public ref class WpfOpcBrowseControl : public OpcLabs.BaseLib.Presentation.ComponentModel.Internal.WindowsFormsControl<OpcBrowseControl>, OpcLabs.BaseLib.Presentation.ComponentModel.Internal.IInnerControl, System.ComponentModel.ISupportInitialize, System.Windows.IFrameworkInputElement, System.Windows.IInputElement, System.Windows.Markup.IAddChild, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IQueryAmbient, System.Windows.Media.Animation.IAnimatable  
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.UserControl
                                 OpcLabs.EasyOpc.Presentation.Browsing.WpfOpcBrowseControl

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