Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationClient / System / Windows / Automation / ScrollItemPattern.cs / 1 / ScrollItemPattern.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Client-side wrapper for ScrollItem Pattern // // History: // 05/04/2004 : MKarr Wrote // //--------------------------------------------------------------------------- using System; using System.Windows.Automation.Provider; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Represents UI elements in a scrollable area that can be scrolled to. /// #if (INTERNAL_COMPILE) internal class ScrollItemPattern: BasePattern #else public class ScrollItemPattern: BasePattern #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors private ScrollItemPattern(AutomationElement el, SafePatternHandle hPattern) : base(el, hPattern) { _hPattern = hPattern; } #endregion Constructors //------------------------------------------------------ // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Scroll pattern public static readonly AutomationPattern Pattern = ScrollItemPatternIdentifiers.Pattern; #endregion Public Constants and Readonly Fields //------------------------------------------------------ // // Public Methods // //------------------------------------------------------ #region Public Methods ////// Scrolls the windows containing this automation element to make this element visible. /// InvalidOperationException should be thrown if item becomes unable to be scrolled. Makes /// no guarantees about where the item will be in the scrolled window. /// public void ScrollIntoView() { UiaCoreApi.ScrollItemPattern_ScrollIntoView(_hPattern); } #endregion Public Methods //----------------------------------------------------- // // Internal Methods // //------------------------------------------------------ #region Internal Methods static internal object Wrap(AutomationElement el, SafePatternHandle hPattern, bool cached) { return new ScrollItemPattern(el, hPattern); } #endregion Internal Methods //----------------------------------------------------- // // Private Fields // //----------------------------------------------------- #region Private Fields private SafePatternHandle _hPattern; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Client-side wrapper for ScrollItem Pattern // // History: // 05/04/2004 : MKarr Wrote // //--------------------------------------------------------------------------- using System; using System.Windows.Automation.Provider; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Represents UI elements in a scrollable area that can be scrolled to. /// #if (INTERNAL_COMPILE) internal class ScrollItemPattern: BasePattern #else public class ScrollItemPattern: BasePattern #endif { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors private ScrollItemPattern(AutomationElement el, SafePatternHandle hPattern) : base(el, hPattern) { _hPattern = hPattern; } #endregion Constructors //------------------------------------------------------ // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Scroll pattern public static readonly AutomationPattern Pattern = ScrollItemPatternIdentifiers.Pattern; #endregion Public Constants and Readonly Fields //------------------------------------------------------ // // Public Methods // //------------------------------------------------------ #region Public Methods ////// Scrolls the windows containing this automation element to make this element visible. /// InvalidOperationException should be thrown if item becomes unable to be scrolled. Makes /// no guarantees about where the item will be in the scrolled window. /// public void ScrollIntoView() { UiaCoreApi.ScrollItemPattern_ScrollIntoView(_hPattern); } #endregion Public Methods //----------------------------------------------------- // // Internal Methods // //------------------------------------------------------ #region Internal Methods static internal object Wrap(AutomationElement el, SafePatternHandle hPattern, bool cached) { return new ScrollItemPattern(el, hPattern); } #endregion Internal Methods //----------------------------------------------------- // // Private Fields // //----------------------------------------------------- #region Private Fields private SafePatternHandle _hPattern; #endregion Private Fields } } // 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
- AuthenticateEventArgs.cs
- Rijndael.cs
- Socket.cs
- SemanticAnalyzer.cs
- MembershipPasswordException.cs
- CodeCatchClause.cs
- DispatchChannelSink.cs
- PrePrepareMethodAttribute.cs
- TextRenderer.cs
- TransformerInfo.cs
- ResolvedKeyFrameEntry.cs
- BufferModesCollection.cs
- QilExpression.cs
- DataView.cs
- XDeferredAxisSource.cs
- ScaleTransform3D.cs
- ExpressionDumper.cs
- recordstatefactory.cs
- RequestQueue.cs
- Camera.cs
- Size.cs
- FlowNode.cs
- RoutedEventHandlerInfo.cs
- VerticalAlignConverter.cs
- ProtocolInformationWriter.cs
- RealizedColumnsBlock.cs
- DecimalKeyFrameCollection.cs
- Typography.cs
- FormClosingEvent.cs
- SqlConnection.cs
- SkipStoryboardToFill.cs
- OrderedDictionaryStateHelper.cs
- SqlServer2KCompatibilityCheck.cs
- _NestedSingleAsyncResult.cs
- MainMenu.cs
- HttpPostedFile.cs
- IUnknownConstantAttribute.cs
- RSAOAEPKeyExchangeFormatter.cs
- CopyNodeSetAction.cs
- SqlBulkCopyColumnMappingCollection.cs
- TextTreeObjectNode.cs
- basemetadatamappingvisitor.cs
- BlockingCollection.cs
- Pool.cs
- UnsafeNativeMethodsPenimc.cs
- PeerToPeerException.cs
- VariableBinder.cs
- DatagridviewDisplayedBandsData.cs
- RequestStatusBarUpdateEventArgs.cs
- SmtpFailedRecipientsException.cs
- RangeBase.cs
- DaylightTime.cs
- HttpDebugHandler.cs
- StringUtil.cs
- uribuilder.cs
- QilInvokeEarlyBound.cs
- Int64Storage.cs
- ScrollBarAutomationPeer.cs
- SymbolEqualComparer.cs
- WindowsUpDown.cs
- StreamGeometry.cs
- OverlappedContext.cs
- StreamMarshaler.cs
- TypeBuilderInstantiation.cs
- ViewCellSlot.cs
- HtmlToClrEventProxy.cs
- MeasureItemEvent.cs
- DetailsViewUpdatedEventArgs.cs
- PerformanceCountersElement.cs
- BamlLocalizabilityResolver.cs
- InheritedPropertyDescriptor.cs
- IntPtr.cs
- FigureParagraph.cs
- PathSegmentCollection.cs
- GacUtil.cs
- FilterQuery.cs
- AutomationAttributeInfo.cs
- OSFeature.cs
- TextRenderer.cs
- XmlReflectionMember.cs
- BufferedReadStream.cs
- VisualTreeUtils.cs
- SystemParameters.cs
- PlanCompilerUtil.cs
- StateMachine.cs
- SoapEnumAttribute.cs
- CellCreator.cs
- MsmqDiagnostics.cs
- ReaderOutput.cs
- ProjectionAnalyzer.cs
- ClientConvert.cs
- DataPointer.cs
- DBCSCodePageEncoding.cs
- figurelengthconverter.cs
- TemplateContainer.cs
- TextSpan.cs
- StorageEntityTypeMapping.cs
- WebBrowserNavigatedEventHandler.cs
- OrderedDictionary.cs
- DataReceivedEventArgs.cs