Class TileViewItemCloseButtonAutomationPeer
  
  
  
  
    Inheritance
    System.Object
    TileViewItemCloseButtonAutomationPeer
   
  
  Assembly: Syncfusion.Shared.WPF.dll
  
  
    public class TileViewItemCloseButtonAutomationPeer : FrameworkElementAutomationPeer
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public TileViewItemCloseButtonAutomationPeer(TileViewItemCloseButton control)
   
  Parameters
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    protected override AutomationControlType GetAutomationControlTypeCore()
   
  Returns
  
    
      
        | Type | 
    
    
      
        | System.Windows.Automation.Peers.AutomationControlType | 
    
  
  
  
  
  
  
  
  Declaration
  
    protected override string GetAutomationIdCore()
   
  Returns
  
  
  
  
  
  Gets the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
  
    protected override string GetClassNameCore()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String | An System.String.Empty string. | 
    
  
  
  
  
  GetHelpTextCore()
  
  
  Declaration
  
    protected override string GetHelpTextCore()
   
  Returns
  
  
  
  
  
  
  
  Declaration
  
    protected override string GetNameCore()
   
  Returns
  
  
  
  
  
  Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
  
    public override object GetPattern(PatternInterface patternInterface)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Windows.Automation.Peers.PatternInterface | patternInterface | A value from the enumeration. | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object | returns the pattern |