Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Automation / Peers / TabControlAutomationPeer.cs / 1 / TabControlAutomationPeer.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 TabControlAutomationPeer : SelectorAutomationPeer, ISelectionProvider { /// public TabControlAutomationPeer(TabControl owner): base(owner) {} /// override protected ItemAutomationPeer CreateItemAutomationPeer(object item) { return new TabItemAutomationPeer(item, this); } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Tab; } /// override protected string GetClassNameCore() { return "TabControl"; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } bool ISelectionProvider.IsSelectionRequired { get { return true; } } } } // 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 TabControlAutomationPeer : SelectorAutomationPeer, ISelectionProvider { /// public TabControlAutomationPeer(TabControl owner): base(owner) {} /// override protected ItemAutomationPeer CreateItemAutomationPeer(object item) { return new TabItemAutomationPeer(item, this); } /// override protected AutomationControlType GetAutomationControlTypeCore() { return AutomationControlType.Tab; } /// override protected string GetClassNameCore() { return "TabControl"; } /// protected override Point GetClickablePointCore() { return new Point(double.NaN, double.NaN); } bool ISelectionProvider.IsSelectionRequired { get { return true; } } } } // 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
- RSAPKCS1KeyExchangeFormatter.cs
- NumericExpr.cs
- CharacterString.cs
- ItemChangedEventArgs.cs
- translator.cs
- EditorOptionAttribute.cs
- LookupNode.cs
- SByte.cs
- DoubleUtil.cs
- StrokeCollectionDefaultValueFactory.cs
- SingleAnimationBase.cs
- CharacterMetrics.cs
- ScriptResourceHandler.cs
- DirectionalLight.cs
- TableStyle.cs
- CombinedGeometry.cs
- iisPickupDirectory.cs
- IChannel.cs
- SectionVisual.cs
- XmlSchemaExporter.cs
- wgx_exports.cs
- MiniAssembly.cs
- Soap.cs
- GeneralTransform2DTo3D.cs
- Calendar.cs
- HMACSHA512.cs
- ExpressionsCollectionEditor.cs
- DelegatingTypeDescriptionProvider.cs
- DefaultValueAttribute.cs
- WebPartActionVerb.cs
- CapabilitiesPattern.cs
- InputScope.cs
- IDQuery.cs
- XmlCustomFormatter.cs
- CertificateElement.cs
- TextParaLineResult.cs
- SignedPkcs7.cs
- ViewService.cs
- RecordsAffectedEventArgs.cs
- SaveCardRequest.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- handlecollector.cs
- SecurityContext.cs
- NegotiateStream.cs
- BamlBinaryReader.cs
- Library.cs
- TextMessageEncodingBindingElement.cs
- ValidationSummaryDesigner.cs
- TheQuery.cs
- SqlFlattener.cs
- FixedSOMTableCell.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- ManifestResourceInfo.cs
- DateTimeOffset.cs
- GenericIdentity.cs
- WebSysDescriptionAttribute.cs
- ThumbButtonInfoCollection.cs
- WebCodeGenerator.cs
- GetReadStreamResult.cs
- PartitionerStatic.cs
- PropertiesTab.cs
- SafeProcessHandle.cs
- InnerItemCollectionView.cs
- SecurityTokenRequirement.cs
- TranslateTransform.cs
- _MultipleConnectAsync.cs
- ParsedAttributeCollection.cs
- RequestFactory.cs
- XmlSignatureProperties.cs
- SmiEventSink_DeferedProcessing.cs
- _NTAuthentication.cs
- FileUtil.cs
- PropertyGrid.cs
- RenderData.cs
- AutoGeneratedField.cs
- BindingContext.cs
- KeyPressEvent.cs
- DesignerVerbCollection.cs
- ToolStripContainer.cs
- XsltContext.cs
- Setter.cs
- DataStreamFromComStream.cs
- AnimatedTypeHelpers.cs
- JapaneseCalendar.cs
- BamlResourceDeserializer.cs
- CommonDialog.cs
- Underline.cs
- PrincipalPermission.cs
- RuntimeEnvironment.cs
- RequiredAttributeAttribute.cs
- HtmlControlAdapter.cs
- DocumentCollection.cs
- GregorianCalendarHelper.cs
- StringExpressionSet.cs
- OperationInfoBase.cs
- ProtocolElement.cs
- XPathDocument.cs
- CheckedListBox.cs
- Typeface.cs
- RelationshipEndCollection.cs