Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / AccessibleTech / longhorn / Automation / UIAutomationTypes / System / Windows / Automation / SelectionPatternIdentifiers.cs / 1 / SelectionPatternIdentifiers.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Automation Identifiers for Selection Pattern // // History: // 04/15/2005 : [....] Added // //--------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using MS.Internal.Automation; namespace System.Windows.Automation { ////// Class representing containers that manage selection. /// #if (INTERNAL_COMPILE) internal static class SelectionPatternIdentifiers #else public static class SelectionPatternIdentifiers #endif { //----------------------------------------------------- // // Public Constants / Readonly Fields // //----------------------------------------------------- #region Public Constants and Readonly Fields ///Selection pattern public static readonly AutomationPattern Pattern = AutomationPattern.Register(AutomationIdentifierGuids.Selection_Pattern, "SelectionPatternIdentifiers.Pattern"); ///Get the currently selected elements public static readonly AutomationProperty SelectionProperty = AutomationProperty.Register(AutomationIdentifierGuids.Selection_Selection_Property, "SelectionPatternIdentifiers.SelectionProperty"); ///Indicates whether the control allows more than one element to be selected public static readonly AutomationProperty CanSelectMultipleProperty = AutomationProperty.Register(AutomationIdentifierGuids.Selection_CanSelectMultiple_Property, "SelectionPatternIdentifiers.CanSelectMultipleProperty"); ///Indicates whether the control requires at least one element to be selected public static readonly AutomationProperty IsSelectionRequiredProperty = AutomationProperty.Register(AutomationIdentifierGuids.Selection_IsSelectionRequired_Property, "SelectionPatternIdentifiers.IsSelectionRequiredProperty"); ////// Event ID: SelectionInvalidated - indicates that selection changed in a selection conainer. /// sourceElement refers to the selection container /// public static readonly AutomationEvent InvalidatedEvent = AutomationEvent.Register(AutomationIdentifierGuids.Selection_Invalidated_Event, "SelectionPatternIdentifiers.InvalidatedEvent"); #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
- PrimitiveCodeDomSerializer.cs
- ProcessManager.cs
- CopyNodeSetAction.cs
- XmlSchemaDatatype.cs
- ChangeDirector.cs
- ProjectionCamera.cs
- Dump.cs
- WebPartConnectionCollection.cs
- GenericsInstances.cs
- ControlBindingsCollection.cs
- WindowsRegion.cs
- NetMsmqBindingCollectionElement.cs
- WindowsRegion.cs
- LinqDataSource.cs
- CompilationSection.cs
- DesignerObjectListAdapter.cs
- EditingScope.cs
- WebPartDisplayModeCollection.cs
- SqlDataSourceCustomCommandPanel.cs
- CreateInstanceBinder.cs
- Manipulation.cs
- odbcmetadatacolumnnames.cs
- InstanceData.cs
- DebugView.cs
- GeneralTransform2DTo3D.cs
- SoapFaultCodes.cs
- TextRangeBase.cs
- OleDbTransaction.cs
- Rectangle.cs
- FormsAuthentication.cs
- RuntimeCompatibilityAttribute.cs
- WebEventCodes.cs
- LambdaCompiler.Statements.cs
- TemplateControl.cs
- DataGridViewEditingControlShowingEventArgs.cs
- DataContractSerializerOperationBehavior.cs
- VirtualPathUtility.cs
- SubMenuStyleCollectionEditor.cs
- DataGridViewImageCell.cs
- DisplayMemberTemplateSelector.cs
- NameNode.cs
- InternalDispatchObject.cs
- ImageClickEventArgs.cs
- MethodToken.cs
- ScrollPattern.cs
- HelpPage.cs
- ComEventsHelper.cs
- SectionInformation.cs
- CallSiteHelpers.cs
- GridViewRowEventArgs.cs
- QueryCreatedEventArgs.cs
- DataContext.cs
- DataGridViewRowsAddedEventArgs.cs
- PointLight.cs
- ToolStripItemImageRenderEventArgs.cs
- XmlUtil.cs
- UriExt.cs
- ByeOperation11AsyncResult.cs
- InitializationEventAttribute.cs
- ToolStripPanelRenderEventArgs.cs
- WebConfigurationManager.cs
- SoapExtensionTypeElement.cs
- XmlRawWriterWrapper.cs
- Rule.cs
- Pick.cs
- ListBoxAutomationPeer.cs
- cryptoapiTransform.cs
- WindowsFont.cs
- ObjectDataSourceDisposingEventArgs.cs
- CompiledRegexRunnerFactory.cs
- ExpressionsCollectionConverter.cs
- StateBag.cs
- OperationBehaviorAttribute.cs
- EncodingTable.cs
- XmlnsDictionary.cs
- ToolStripRenderer.cs
- X509Certificate2.cs
- SatelliteContractVersionAttribute.cs
- CodeSpit.cs
- NameValuePair.cs
- InvalidOleVariantTypeException.cs
- BindingSourceDesigner.cs
- LeafCellTreeNode.cs
- ConsoleCancelEventArgs.cs
- Stream.cs
- WebPartConnectionCollection.cs
- HtmlInputImage.cs
- MessageBox.cs
- ReferentialConstraintRoleElement.cs
- NetworkInformationException.cs
- PageSetupDialog.cs
- SkewTransform.cs
- MtomMessageEncodingBindingElement.cs
- HyperLink.cs
- DataList.cs
- ChangeDirector.cs
- InvokeSchedule.cs
- Translator.cs
- SerializationObjectManager.cs
- RootBrowserWindow.cs