Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- MessageFilterException.cs
- VisualStates.cs
- XmlSchemaInfo.cs
- hebrewshape.cs
- FixedSOMPageElement.cs
- OdbcStatementHandle.cs
- FtpCachePolicyElement.cs
- TabItemAutomationPeer.cs
- AcceleratedTokenProvider.cs
- SmiEventSink_DeferedProcessing.cs
- WebPartEditorApplyVerb.cs
- DataStreamFromComStream.cs
- ClientTargetSection.cs
- RequestContext.cs
- DLinqColumnProvider.cs
- KnownTypeHelper.cs
- TypeUtil.cs
- _ConnectOverlappedAsyncResult.cs
- XmlAutoDetectWriter.cs
- MetadataElement.cs
- ZipIOLocalFileHeader.cs
- SystemException.cs
- GridView.cs
- WindowsRichEditRange.cs
- XmlWrappingReader.cs
- TableLayoutPanelBehavior.cs
- TreeNode.cs
- ArrayElementGridEntry.cs
- BasicExpressionVisitor.cs
- _NetRes.cs
- JsonServiceDocumentSerializer.cs
- XmlSchemas.cs
- CurrentChangingEventManager.cs
- SafeRightsManagementHandle.cs
- QuadraticBezierSegment.cs
- AssemblyAttributes.cs
- ButtonChrome.cs
- AccessViolationException.cs
- _AuthenticationState.cs
- ContainsSearchOperator.cs
- EventSourceCreationData.cs
- TextTreeUndoUnit.cs
- InvalidDataContractException.cs
- DataRowChangeEvent.cs
- MorphHelpers.cs
- SQLMembershipProvider.cs
- BinaryFormatter.cs
- ExtensionQuery.cs
- CacheChildrenQuery.cs
- OLEDB_Enum.cs
- Brush.cs
- SamlAuthorizationDecisionClaimResource.cs
- MetaChildrenColumn.cs
- ByteAnimationBase.cs
- ConfigXmlText.cs
- SqlCharStream.cs
- ModelServiceImpl.cs
- MsdtcWrapper.cs
- UdpReplyToBehavior.cs
- RNGCryptoServiceProvider.cs
- KeysConverter.cs
- MarkupCompilePass2.cs
- TraceSection.cs
- TableLayoutRowStyleCollection.cs
- BlockExpression.cs
- MembershipUser.cs
- DesignTimeParseData.cs
- DataServiceQueryException.cs
- ObjectDataProvider.cs
- BinaryWriter.cs
- ScriptModule.cs
- BitmapSourceSafeMILHandle.cs
- Vector3D.cs
- PixelShader.cs
- HttpPostServerProtocol.cs
- LineVisual.cs
- DebuggerAttributes.cs
- CreatingCookieEventArgs.cs
- SafeRightsManagementEnvironmentHandle.cs
- precedingquery.cs
- StatusBarDrawItemEvent.cs
- AppDomainCompilerProxy.cs
- CodeDOMUtility.cs
- XmlExceptionHelper.cs
- ContextMarshalException.cs
- DrawingVisualDrawingContext.cs
- GridViewUpdateEventArgs.cs
- InputLanguageManager.cs
- ToggleButton.cs
- Types.cs
- PaginationProgressEventArgs.cs
- StorageModelBuildProvider.cs
- MatrixAnimationUsingKeyFrames.cs
- PathSegmentCollection.cs
- SessionViewState.cs
- StaticResourceExtension.cs
- CompilationRelaxations.cs
- CodeMemberMethod.cs
- RoamingStoreFileUtility.cs
- PenContext.cs