Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / UIAutomation / UIAutomationTypes / System / Windows / Automation / TableItemPatternIdentifiers.cs / 1 / TableItemPatternIdentifiers.cs
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
//
// Description: Automation Identifiers for TableItem Pattern
//
// History:
// 04/15/2005 : MKarr Added
//
//---------------------------------------------------------------------------
using System;
using MS.Internal.Automation;
namespace System.Windows.Automation
{
///
/// Used to expose grid items with header information.
///
#if (INTERNAL_COMPILE)
internal static class TableItemPatternIdentifiers
#else
public static class TableItemPatternIdentifiers
#endif
{
//-----------------------------------------------------
//
// Public Constants / Readonly Fields
//
//-----------------------------------------------------
#region Public Constants and Readonly Fields
/// TableItem pattern
public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.TableItem_Pattern, "TableItemPatternIdentifiers.Pattern");
/// Property ID: RowHeaderItems - Collection of all row headers for this cell
public static readonly AutomationProperty RowHeaderItemsProperty = AutomationProperty.Register(AutomationIdentifierGuids.TableItem_RowHeaderItems_Property, "TableItemPatternIdentifiers.RowHeaderItemsProperty");
/// Property ID: ColumnHeaderItems - Collection of all column headers for this cell
public static readonly AutomationProperty ColumnHeaderItemsProperty = AutomationProperty.Register(AutomationIdentifierGuids.TableItem_ColumnHeaderItems_Property, "TableItemPatternIdentifiers.ColumnHeaderItemsProperty");
#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 TableItem Pattern
//
// History:
// 04/15/2005 : MKarr Added
//
//---------------------------------------------------------------------------
using System;
using MS.Internal.Automation;
namespace System.Windows.Automation
{
///
/// Used to expose grid items with header information.
///
#if (INTERNAL_COMPILE)
internal static class TableItemPatternIdentifiers
#else
public static class TableItemPatternIdentifiers
#endif
{
//-----------------------------------------------------
//
// Public Constants / Readonly Fields
//
//-----------------------------------------------------
#region Public Constants and Readonly Fields
/// TableItem pattern
public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.TableItem_Pattern, "TableItemPatternIdentifiers.Pattern");
/// Property ID: RowHeaderItems - Collection of all row headers for this cell
public static readonly AutomationProperty RowHeaderItemsProperty = AutomationProperty.Register(AutomationIdentifierGuids.TableItem_RowHeaderItems_Property, "TableItemPatternIdentifiers.RowHeaderItemsProperty");
/// Property ID: ColumnHeaderItems - Collection of all column headers for this cell
public static readonly AutomationProperty ColumnHeaderItemsProperty = AutomationProperty.Register(AutomationIdentifierGuids.TableItem_ColumnHeaderItems_Property, "TableItemPatternIdentifiers.ColumnHeaderItemsProperty");
#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
- TagNameToTypeMapper.cs
- SystemColors.cs
- RadioButton.cs
- RectangleGeometry.cs
- RegisteredScript.cs
- LocalFileSettingsProvider.cs
- FontDifferentiator.cs
- Baml2006ReaderFrame.cs
- ResourceReader.cs
- AttachInfo.cs
- ParameterRefs.cs
- EnumValidator.cs
- ToolStripDesignerAvailabilityAttribute.cs
- WCFServiceClientProxyGenerator.cs
- Accessors.cs
- SafeNativeMethods.cs
- Identity.cs
- FormsAuthenticationUserCollection.cs
- DocumentScope.cs
- XslVisitor.cs
- PerformanceCounterPermission.cs
- Environment.cs
- FormsAuthenticationEventArgs.cs
- cookiecollection.cs
- GenericWebPart.cs
- DataGridViewColumnStateChangedEventArgs.cs
- DataGridViewSelectedCellCollection.cs
- ContentPosition.cs
- DetailsViewModeEventArgs.cs
- RightsManagementPermission.cs
- XmlStreamStore.cs
- BinarySerializer.cs
- Control.cs
- ErrorProvider.cs
- IsolatedStorageFileStream.cs
- CurrentChangingEventManager.cs
- XamlStream.cs
- ServiceMetadataContractBehavior.cs
- XmlArrayAttribute.cs
- SourceFileInfo.cs
- ValidatingReaderNodeData.cs
- AffineTransform3D.cs
- AddressingVersion.cs
- SubpageParaClient.cs
- ModuleBuilder.cs
- DSASignatureDeformatter.cs
- ScaleTransform.cs
- ProfilePropertyMetadata.cs
- Encoding.cs
- Page.cs
- CompensateDesigner.cs
- CompositeActivityValidator.cs
- BeginStoryboard.cs
- NetworkInterface.cs
- ListDictionary.cs
- SHA512.cs
- EncoderParameters.cs
- NodeFunctions.cs
- WinFormsComponentEditor.cs
- DbConnectionStringCommon.cs
- IsolatedStorageFilePermission.cs
- MissingFieldException.cs
- SecurityKeyUsage.cs
- SqlConnectionStringBuilder.cs
- QueueProcessor.cs
- DiscoveryClient.cs
- RuntimeCompatibilityAttribute.cs
- InputLangChangeEvent.cs
- DbTransaction.cs
- Calendar.cs
- BaseParaClient.cs
- ApplicationBuildProvider.cs
- DataPointer.cs
- ProxyHwnd.cs
- streamingZipPartStream.cs
- DiscardableAttribute.cs
- BamlBinaryReader.cs
- MD5HashHelper.cs
- ButtonBase.cs
- WindowsStartMenu.cs
- XmlWrappingReader.cs
- DefaultValueTypeConverter.cs
- PasswordPropertyTextAttribute.cs
- DataListDesigner.cs
- ActivitySurrogate.cs
- UnsafeNativeMethods.cs
- ImageMetadata.cs
- ConfigurationValidatorAttribute.cs
- MimeWriter.cs
- WebPartMenu.cs
- ServiceReference.cs
- HorizontalAlignConverter.cs
- NetworkInterface.cs
- RecordsAffectedEventArgs.cs
- EnglishPluralizationService.cs
- ItemCollection.cs
- NavigatorInput.cs
- TimerEventSubscriptionCollection.cs
- XPathBinder.cs
- ManipulationDevice.cs