Class ComboBoxExpandCollapseProvider
Inheritance
System.Object
ComboBoxExpandCollapseProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UIAutomation.ComboBox
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ComboBoxExpandCollapseProvider : IExpandCollapseProvider
Constructors
ComboBoxExpandCollapseProvider(IComboBoxRadRawElementProviderFragment)
Declaration
public ComboBoxExpandCollapseProvider(IComboBoxRadRawElementProviderFragment ownerProvider)
Parameters
IComboBoxRadRawElementProviderFragment
ownerProvider
|
Properties
ExpandCollapseState
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
System.Windows.Automation.ExpandCollapseState
|
Methods
Collapse()
Declaration
public void Collapse()
Expand()
Declaration
public void Expand()