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 / ValuePatternIdentifiers.cs / 1 / ValuePatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Value Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Represents UI elements that are expressing a value /// #if (INTERNAL_COMPILE) internal static class ValuePatternIdentifiers #else public static class ValuePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Value pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Value_Pattern, "ValuePatternIdentifiers.Pattern"); ///Property ID: Value - Value of a value control, as a human-readable string public static readonly AutomationProperty ValueProperty = AutomationProperty.Register(AutomationIdentifierGuids.Value_Property, "ValuePatternIdentifiers.ValueProperty"); ///Property ID: IsReadOnly - Indicates that the value can only be read, not modified. public static readonly AutomationProperty IsReadOnlyProperty = AutomationProperty.Register(AutomationIdentifierGuids.Value_IsReadOnly_Property, "ValuePatternIdentifiers.IsReadOnlyProperty"); #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 Value Pattern // // History: // 04/15/2005 : MKarr Added // //--------------------------------------------------------------------------- using System; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Represents UI elements that are expressing a value /// #if (INTERNAL_COMPILE) internal static class ValuePatternIdentifiers #else public static class ValuePatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Value pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Value_Pattern, "ValuePatternIdentifiers.Pattern"); ///Property ID: Value - Value of a value control, as a human-readable string public static readonly AutomationProperty ValueProperty = AutomationProperty.Register(AutomationIdentifierGuids.Value_Property, "ValuePatternIdentifiers.ValueProperty"); ///Property ID: IsReadOnly - Indicates that the value can only be read, not modified. public static readonly AutomationProperty IsReadOnlyProperty = AutomationProperty.Register(AutomationIdentifierGuids.Value_IsReadOnly_Property, "ValuePatternIdentifiers.IsReadOnlyProperty"); #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
- PointAnimationUsingPath.cs
- HandleCollector.cs
- SqlDependencyListener.cs
- ObjectItemAssemblyLoader.cs
- AutomationElement.cs
- Assert.cs
- StylusButtonEventArgs.cs
- NonPrimarySelectionGlyph.cs
- DecimalKeyFrameCollection.cs
- HttpServerVarsCollection.cs
- ShaperBuffers.cs
- DbConnectionPoolGroupProviderInfo.cs
- SQLChars.cs
- Transform3DGroup.cs
- PropertyDescriptorCollection.cs
- GroupStyle.cs
- UnsafeNativeMethodsMilCoreApi.cs
- CacheVirtualItemsEvent.cs
- CharUnicodeInfo.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- CodeEventReferenceExpression.cs
- UpdateTracker.cs
- CompositeControlDesigner.cs
- ExpressionBuilderContext.cs
- PenThreadPool.cs
- SymmetricAlgorithm.cs
- MailWriter.cs
- RowTypePropertyElement.cs
- DataRowView.cs
- RichTextBoxConstants.cs
- ToolboxBitmapAttribute.cs
- SettingsPropertyNotFoundException.cs
- webclient.cs
- StorageInfo.cs
- FileNotFoundException.cs
- OLEDB_Enum.cs
- ProfileModule.cs
- XmlIlGenerator.cs
- Block.cs
- dataprotectionpermission.cs
- MetadataCache.cs
- PaperSize.cs
- PtsPage.cs
- SocketInformation.cs
- SqlDependency.cs
- TypeSystem.cs
- SafeTimerHandle.cs
- NavigatingCancelEventArgs.cs
- CompiledXpathExpr.cs
- OdbcDataAdapter.cs
- DispatcherHookEventArgs.cs
- AppearanceEditorPart.cs
- MaskedTextBox.cs
- StreamAsIStream.cs
- SplitContainer.cs
- IssuedTokenParametersElement.cs
- LedgerEntryCollection.cs
- ToolStripButton.cs
- _Events.cs
- UserControl.cs
- WorkflowViewElement.cs
- MethodCallExpression.cs
- LocalValueEnumerator.cs
- DataServiceRequestArgs.cs
- AutomationElementIdentifiers.cs
- WindowsRebar.cs
- TCEAdapterGenerator.cs
- XmlUtf8RawTextWriter.cs
- RelationshipManager.cs
- TrustLevelCollection.cs
- FixUpCollection.cs
- StyleXamlParser.cs
- RangeValuePattern.cs
- EventMappingSettingsCollection.cs
- IMembershipProvider.cs
- AtomPub10CategoriesDocumentFormatter.cs
- FixedStringLookup.cs
- ResXFileRef.cs
- ApplySecurityAndSendAsyncResult.cs
- StandardBindingOptionalReliableSessionElement.cs
- DataGridDetailsPresenter.cs
- MenuEventArgs.cs
- NameSpaceEvent.cs
- WebPartTransformer.cs
- ConstraintManager.cs
- BitmapData.cs
- TextBlockAutomationPeer.cs
- DebugView.cs
- SqlProcedureAttribute.cs
- BuildManager.cs
- Enumerable.cs
- IUnknownConstantAttribute.cs
- HostedElements.cs
- Margins.cs
- SingleSelectRootGridEntry.cs
- ClearTypeHintValidation.cs
- TabOrder.cs
- ClientCultureInfo.cs
- webbrowsersite.cs
- IssuanceTokenProviderState.cs