Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / TablePatternIdentifiers.cs / 1 / TablePatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Table Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Is the data data in this table best present by row or column /// [ComVisible(true)] [Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum RowOrColumnMajor #else public enum RowOrColumnMajor #endif { ///Data in the table should be read row by row RowMajor, ///Data in the table should be read column by column ColumnMajor, ///There is no way to determine the best way to present the data Indeterminate, } ////// Identifies a grid that has header information. /// #if (INTERNAL_COMPILE) internal static class TablePatternIdentifiers #else public static class TablePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Table pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Table_Pattern, "TablePatternIdentifiers.Pattern"); ///Property ID: RowHeaders - Collection of all row headers for this table public static readonly AutomationProperty RowHeadersProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_RowHeaders_Property, "TablePatternIdentifiers.RowHeadersProperty"); ///Property ID: ColumnHeaders - Collection of all column headers for this table public static readonly AutomationProperty ColumnHeadersProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_ColumnHeaders_Property, "TablePatternIdentifiers.ColumnHeadersProperty"); ///Property ID: RowOrColumnMajor - Indicates if the data is best presented by row or column public static readonly AutomationProperty RowOrColumnMajorProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_RowOrColumnMajor_Property, "TablePatternIdentifiers.RowOrColumnMajorProperty"); #endregion Public Constants and Readonly 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: Automation Identifiers for Table Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; using System.Runtime.InteropServices; namespace System.Windows.Automation { ////// Is the data data in this table best present by row or column /// [ComVisible(true)] [Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")] #if (NO_INTERNAL_COMPILE_BUG1080665) internal enum RowOrColumnMajor #else public enum RowOrColumnMajor #endif { ///Data in the table should be read row by row RowMajor, ///Data in the table should be read column by column ColumnMajor, ///There is no way to determine the best way to present the data Indeterminate, } ////// Identifies a grid that has header information. /// #if (INTERNAL_COMPILE) internal static class TablePatternIdentifiers #else public static class TablePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Table pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Table_Pattern, "TablePatternIdentifiers.Pattern"); ///Property ID: RowHeaders - Collection of all row headers for this table public static readonly AutomationProperty RowHeadersProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_RowHeaders_Property, "TablePatternIdentifiers.RowHeadersProperty"); ///Property ID: ColumnHeaders - Collection of all column headers for this table public static readonly AutomationProperty ColumnHeadersProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_ColumnHeaders_Property, "TablePatternIdentifiers.ColumnHeadersProperty"); ///Property ID: RowOrColumnMajor - Indicates if the data is best presented by row or column public static readonly AutomationProperty RowOrColumnMajorProperty = AutomationProperty.Register(AutomationIdentifierGuids.Table_RowOrColumnMajor_Property, "TablePatternIdentifiers.RowOrColumnMajorProperty"); #endregion Public Constants and Readonly 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
- ToolStripItemGlyph.cs
- HtmlProps.cs
- VsPropertyGrid.cs
- Task.cs
- LateBoundBitmapDecoder.cs
- BitStack.cs
- NameScopePropertyAttribute.cs
- MarkerProperties.cs
- AssemblyResolver.cs
- ReachFixedDocumentSerializerAsync.cs
- WebDescriptionAttribute.cs
- DataMemberConverter.cs
- IssuedTokensHeader.cs
- x509store.cs
- GradientStopCollection.cs
- KeysConverter.cs
- AutomationAttributeInfo.cs
- WebPartsPersonalizationAuthorization.cs
- NonVisualControlAttribute.cs
- XamlDesignerSerializationManager.cs
- PrintDialog.cs
- QfeChecker.cs
- CallbackValidator.cs
- HorizontalAlignConverter.cs
- RootBrowserWindowAutomationPeer.cs
- HttpServerUtilityWrapper.cs
- NamespaceQuery.cs
- ExtensionQuery.cs
- TemplateContentLoader.cs
- FormatControl.cs
- BitmapSizeOptions.cs
- bidPrivateBase.cs
- RbTree.cs
- HighlightComponent.cs
- ObjectIDGenerator.cs
- AuthorizationPolicyTypeElement.cs
- RSAOAEPKeyExchangeFormatter.cs
- MediaContext.cs
- XmlWrappingReader.cs
- Latin1Encoding.cs
- TextEffectResolver.cs
- RemoteWebConfigurationHostServer.cs
- DataGridViewMethods.cs
- _UncName.cs
- XPathDocumentNavigator.cs
- SeverityFilter.cs
- DynamicMethod.cs
- HashCodeCombiner.cs
- XPathNodeInfoAtom.cs
- ResourceExpressionBuilder.cs
- ServiceNameCollection.cs
- FormsAuthenticationUser.cs
- QilGeneratorEnv.cs
- DatatypeImplementation.cs
- UIntPtr.cs
- WinEventHandler.cs
- ObjectQueryState.cs
- DataRowCollection.cs
- ProfileSettings.cs
- DecoderNLS.cs
- CodeEntryPointMethod.cs
- DataSourceControl.cs
- XmlNodeReader.cs
- TextModifier.cs
- TableNameAttribute.cs
- TextHintingModeValidation.cs
- RequestContext.cs
- _NegotiateClient.cs
- QuadraticBezierSegment.cs
- SvcMapFile.cs
- WindowsImpersonationContext.cs
- ReferentialConstraint.cs
- DbConnectionInternal.cs
- ScriptManager.cs
- ExclusiveCanonicalizationTransform.cs
- WindowsIdentity.cs
- HiddenFieldPageStatePersister.cs
- SecurityUtils.cs
- DelegateInArgument.cs
- AnnouncementInnerClientCD1.cs
- SimpleBitVector32.cs
- HtmlTextViewAdapter.cs
- BypassElementCollection.cs
- KeyboardNavigation.cs
- Size.cs
- DiagnosticStrings.cs
- XsdCachingReader.cs
- StateFinalizationDesigner.cs
- SqlAliaser.cs
- OpCodes.cs
- XPathDescendantIterator.cs
- XPathNodeList.cs
- WSFederationHttpSecurity.cs
- ItemsPresenter.cs
- ObjectDataSourceMethodEventArgs.cs
- ImpersonateTokenRef.cs
- SchemaNamespaceManager.cs
- GcSettings.cs
- ToolStripGripRenderEventArgs.cs
- WindowsProgressbar.cs