Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Automation / Peers / ToolbarAUtomationPeer.cs / 1 / ToolbarAUtomationPeer.cs
using System;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Windows;
using System.Windows.Automation.Provider;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Media;
using MS.Internal;
using MS.Win32;
namespace System.Windows.Automation.Peers
{
///
public class ToolBarAutomationPeer : FrameworkElementAutomationPeer
{
///
public ToolBarAutomationPeer(ToolBar owner): base(owner)
{}
///
override protected string GetClassNameCore()
{
return "ToolBar";
}
///
override protected AutomationControlType GetAutomationControlTypeCore()
{
return AutomationControlType.ToolBar;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Logging.cs
- DesignerInterfaces.cs
- DesignerForm.cs
- ByteViewer.cs
- Byte.cs
- NativeMethods.cs
- EventTrigger.cs
- UpdatePanelControlTrigger.cs
- AutomationAttributeInfo.cs
- Int32EqualityComparer.cs
- CalendarDay.cs
- PrePrepareMethodAttribute.cs
- ResourcePool.cs
- SpellerHighlightLayer.cs
- RectangleF.cs
- LinkArea.cs
- HealthMonitoringSection.cs
- IdentityManager.cs
- RuntimeUtils.cs
- ActivationServices.cs
- SubpageParaClient.cs
- DefaultPropertyAttribute.cs
- AttributeCallbackBuilder.cs
- DbProviderFactory.cs
- GlobalizationSection.cs
- CacheEntry.cs
- Misc.cs
- HtmlInputText.cs
- UserControlAutomationPeer.cs
- ProfileInfo.cs
- CustomTypeDescriptor.cs
- DecimalFormatter.cs
- HandleRef.cs
- PersistenceException.cs
- Condition.cs
- DeviceFiltersSection.cs
- TextParaClient.cs
- ClockController.cs
- EndPoint.cs
- ValidationPropertyAttribute.cs
- IsolatedStorageException.cs
- RoleService.cs
- Operators.cs
- ProcessActivityTreeOptions.cs
- MatrixUtil.cs
- SapiInterop.cs
- ReadOnlyAttribute.cs
- XmlSchemaSequence.cs
- InputElement.cs
- Itemizer.cs
- CodeAssignStatement.cs
- ResourceCodeDomSerializer.cs
- ChtmlCommandAdapter.cs
- InternalCache.cs
- TranslateTransform3D.cs
- AsymmetricAlgorithm.cs
- XamlTypeMapperSchemaContext.cs
- TextMessageEncodingElement.cs
- LinkTarget.cs
- DbConnectionPoolGroup.cs
- BypassElement.cs
- ErrorTolerantObjectWriter.cs
- DataGridViewRow.cs
- PropertyMapper.cs
- CqlGenerator.cs
- ToolBarButtonClickEvent.cs
- SynchronizedRandom.cs
- MobileControlDesigner.cs
- BoundField.cs
- PointCollectionValueSerializer.cs
- X509CertificateCollection.cs
- WebServiceMethodData.cs
- TemplateBamlRecordReader.cs
- ImageList.cs
- SchemaConstraints.cs
- WebPartMenuStyle.cs
- OutputCacheModule.cs
- ForceCopyBuildProvider.cs
- GraphicsPath.cs
- ListComponentEditor.cs
- Wildcard.cs
- HostSecurityManager.cs
- TemplateXamlParser.cs
- Set.cs
- ListCommandEventArgs.cs
- BitmapEffectInputData.cs
- MetaTableHelper.cs
- DateTimeUtil.cs
- ApplicationException.cs
- SessionStateItemCollection.cs
- DomainConstraint.cs
- ElementProxy.cs
- WebBrowser.cs
- XamlFigureLengthSerializer.cs
- WebMessageEncodingBindingElement.cs
- SemanticKeyElement.cs
- ListViewGroupCollectionEditor.cs
- OdbcCommand.cs
- CustomTypeDescriptor.cs
- ListSortDescription.cs