ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItem Class / OnCreateAutomationPeer Method



In This Topic
    OnCreateAutomationPeer Method (C1TabItem)
    In This Topic
    Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
    Syntax
    'Declaration
     
    
    Protected Overrides Function OnCreateAutomationPeer() As AutomationPeer
    'Usage
     
    
    Dim instance As C1TabItem
    Dim value As AutomationPeer
     
    value = instance.OnCreateAutomationPeer()
    protected override AutomationPeer OnCreateAutomationPeer()
    protected:
    AutomationPeer^ OnCreateAutomationPeer(); override 

    Return Value

    The type-specific System.Windows.Automation.Peers.AutomationPeer implementation.
    See Also