Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Automation / Peers / MenuAutomationPeer.cs / 1 / MenuAutomationPeer.cs
using System; using System.Collections; using System.Collections.Generic; 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.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class MenuAutomationPeer : FrameworkElementAutomationPeer { /// public MenuAutomationPeer(Menu owner): base(owner) { } /// override protected string GetClassNameCore() { return "Menu"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Menu; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Collections.Generic; 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.Controls.Primitives; using System.Windows.Interop; using System.Windows.Media; using MS.Internal; using MS.Win32; namespace System.Windows.Automation.Peers { /// public class MenuAutomationPeer : FrameworkElementAutomationPeer { /// public MenuAutomationPeer(Menu owner): base(owner) { } /// override protected string GetClassNameCore() { return "Menu"; } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Menu; } } } // 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
- TransformationRules.cs
- ReferentialConstraint.cs
- XNameConverter.cs
- Point4DValueSerializer.cs
- UrlAuthorizationModule.cs
- OdbcRowUpdatingEvent.cs
- DesignerValidationSummaryAdapter.cs
- DetailsViewPagerRow.cs
- MultipartIdentifier.cs
- RestHandler.cs
- AuthenticationService.cs
- CommandEventArgs.cs
- CryptoStream.cs
- Byte.cs
- Label.cs
- ThemeDirectoryCompiler.cs
- ArrayConverter.cs
- SlipBehavior.cs
- ReflectTypeDescriptionProvider.cs
- WebPartPersonalization.cs
- XsltFunctions.cs
- TriggerCollection.cs
- Vector3DCollectionConverter.cs
- _LocalDataStore.cs
- AutomationProperty.cs
- TreeViewHitTestInfo.cs
- AbandonedMutexException.cs
- WorkflowPersistenceContext.cs
- SystemSounds.cs
- TextBoxRenderer.cs
- EnumMember.cs
- ToRequest.cs
- PrimitiveXmlSerializers.cs
- ReadOnlyDataSource.cs
- AvtEvent.cs
- TTSEngineProxy.cs
- EntityClientCacheKey.cs
- OracleLob.cs
- CodeObjectCreateExpression.cs
- Expressions.cs
- ToolStripItemCollection.cs
- NativeCppClassAttribute.cs
- SafeNativeMethodsMilCoreApi.cs
- Odbc32.cs
- AssociationTypeEmitter.cs
- IPEndPoint.cs
- GridViewActionList.cs
- WebMessageFormatHelper.cs
- CallTemplateAction.cs
- Expressions.cs
- ImageClickEventArgs.cs
- SmiEventStream.cs
- XPathExpr.cs
- RTLAwareMessageBox.cs
- KoreanLunisolarCalendar.cs
- StylusTouchDevice.cs
- WebPartEditVerb.cs
- TagNameToTypeMapper.cs
- XmlNullResolver.cs
- QilGenerator.cs
- XmlAttributeCollection.cs
- PhysicalFontFamily.cs
- FontStyle.cs
- LogicalExpr.cs
- SurrogateChar.cs
- HwndProxyElementProvider.cs
- GridViewAutomationPeer.cs
- TimeSpan.cs
- ObjectStateManager.cs
- DetailsViewDeletedEventArgs.cs
- RoleServiceManager.cs
- MaterialGroup.cs
- ValidationRule.cs
- ArcSegment.cs
- sqlcontext.cs
- ProgressBarAutomationPeer.cs
- IssuedTokenParametersEndpointAddressElement.cs
- EncoderParameter.cs
- AccessorTable.cs
- baseaxisquery.cs
- PlacementWorkspace.cs
- SecurityPermission.cs
- OuterGlowBitmapEffect.cs
- EventBookmark.cs
- RadioButtonList.cs
- ListViewGroup.cs
- CompilerResults.cs
- Size.cs
- QueryContinueDragEvent.cs
- AlphaSortedEnumConverter.cs
- PolyBezierSegmentFigureLogic.cs
- RawStylusInputCustomData.cs
- XPathChildIterator.cs
- ExtendedProtectionPolicyElement.cs
- ParagraphVisual.cs
- Geometry3D.cs
- ConnectionManagementSection.cs
- ItemList.cs
- ConfigurationSchemaErrors.cs
- XmlUtilWriter.cs