Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ImageAutomationPeer.cs
- TypeConverterHelper.cs
- AssertUtility.cs
- CustomCategoryAttribute.cs
- HtmlElementEventArgs.cs
- RemotingServices.cs
- DataGridHeaderBorder.cs
- HttpListenerRequest.cs
- WebConvert.cs
- SchemaCollectionCompiler.cs
- SQLResource.cs
- SchemaTypeEmitter.cs
- TextEffectResolver.cs
- PopupRoot.cs
- RecordsAffectedEventArgs.cs
- HMACSHA512.cs
- ConnectionConsumerAttribute.cs
- ConfigXmlAttribute.cs
- PageCache.cs
- CompilerError.cs
- Zone.cs
- WebControlParameterProxy.cs
- ViewGenerator.cs
- FilterableAttribute.cs
- ToolStripItemClickedEventArgs.cs
- ClientBuildManager.cs
- TypefaceCollection.cs
- ProcessHostServerConfig.cs
- ZipIOExtraFieldZip64Element.cs
- WSTrust.cs
- selecteditemcollection.cs
- ClusterUtils.cs
- SuppressMergeCheckAttribute.cs
- ExpressionPrefixAttribute.cs
- TransformValueSerializer.cs
- SvcMapFileSerializer.cs
- ShellProvider.cs
- DeviceContext.cs
- TabletCollection.cs
- XNameConverter.cs
- EventMappingSettingsCollection.cs
- MetadataWorkspace.cs
- AssemblyLoader.cs
- UserControl.cs
- EdmType.cs
- SqlReferenceCollection.cs
- Transform3DGroup.cs
- XmlCodeExporter.cs
- MenuItem.cs
- DataGridViewRowCancelEventArgs.cs
- HttpHeaderCollection.cs
- SpecialNameAttribute.cs
- RootBrowserWindowProxy.cs
- HtmlTextBoxAdapter.cs
- VarRemapper.cs
- CapiSafeHandles.cs
- PageTheme.cs
- ReferenceConverter.cs
- WindowsGraphics.cs
- ApplicationTrust.cs
- SqlDataAdapter.cs
- DefaultDiscoveryServiceExtension.cs
- Brushes.cs
- TemplateManager.cs
- Compilation.cs
- KeyFrames.cs
- XmlStringTable.cs
- DCSafeHandle.cs
- SecurityAttributeGenerationHelper.cs
- ConnectionsZone.cs
- InstanceCreationEditor.cs
- EntityDataSource.cs
- StreamGeometry.cs
- EntityCommand.cs
- AccessDataSourceDesigner.cs
- ButtonStandardAdapter.cs
- ContextStaticAttribute.cs
- CursorConverter.cs
- NotFiniteNumberException.cs
- OperationFormatStyle.cs
- OutputScopeManager.cs
- DataGrid.cs
- ThicknessAnimation.cs
- RtfFormatStack.cs
- DataRowView.cs
- MDIClient.cs
- RunClient.cs
- SafeNativeMethods.cs
- WindowsSpinner.cs
- LinqDataSource.cs
- ConnectionInterfaceCollection.cs
- ItemCollectionEditor.cs
- WebBrowserNavigatingEventHandler.cs
- RuleSetDialog.Designer.cs
- SrgsText.cs
- SmiEventSink_DeferedProcessing.cs
- Lease.cs
- DetailsViewDeletedEventArgs.cs
- ArrayConverter.cs
- GlobalEventManager.cs