WebControl Class
- Last UpdatedAug 21, 2026
- 1 minute read
Base class that provides the web browser capability. Web Apps to derive from this class to add custom capabilities.
'Declaration
<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 MustInherit Class WebControl
Inherits System.Windows.Controls.Control
Implements ArchestrA.Client.ViewApp.IHostNativeControls, ArchestrA.Client.ViewApp.ISupportTouch, IBrowser
[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 abstract class WebControl : System.Windows.Controls.Control, ArchestrA.Client.ViewApp.IHostNativeControls, ArchestrA.Client.ViewApp.ISupportTouch, IBrowser
[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 WebControl abstract : public System.Windows.Controls.Control, ArchestrA.Client.ViewApp.IHostNativeControls, ArchestrA.Client.ViewApp.ISupportTouch, IBrowser