Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / QueryAccessibilityHelpEvent.cs / 1 / QueryAccessibilityHelpEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using System.Windows.Forms; using Microsoft.Win32; ////// /// The QueryAccessibilityHelpEventArgs is fired when AccessibleObject /// is providing help to accessibility applications. /// [System.Runtime.InteropServices.ComVisible(true)] public class QueryAccessibilityHelpEventArgs : EventArgs { private string helpNamespace; private string helpString; private string helpKeyword; ////// /// public QueryAccessibilityHelpEventArgs() { } ///[To be supplied.] ////// /// public QueryAccessibilityHelpEventArgs(string helpNamespace, string helpString, string helpKeyword) { this.helpNamespace = helpNamespace; this.helpString = helpString; this.helpKeyword = helpKeyword; } ///[To be supplied.] ////// /// public string HelpNamespace { get { return helpNamespace; } set { helpNamespace = value; } } ///[To be supplied.] ////// /// public string HelpString { get { return helpString; } set { helpString = value; } } ///[To be supplied.] ////// /// public string HelpKeyword { get { return helpKeyword; } set { helpKeyword = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BCryptNative.cs
- ListViewInsertEventArgs.cs
- Expression.cs
- Avt.cs
- XmlFileEditor.cs
- webproxy.cs
- XPathNodeIterator.cs
- ControlPaint.cs
- ProxyWebPart.cs
- CodeComment.cs
- GetWinFXPath.cs
- Inline.cs
- EnumerableCollectionView.cs
- AccessorTable.cs
- ConsoleCancelEventArgs.cs
- PackageDigitalSignatureManager.cs
- UserMapPath.cs
- DateTimeFormatInfo.cs
- SchemaElementLookUpTableEnumerator.cs
- streamingZipPartStream.cs
- Visual3D.cs
- WindowsBrush.cs
- ElementHost.cs
- CompilerError.cs
- LifetimeServices.cs
- SystemFonts.cs
- ExpressionList.cs
- BroadcastEventHelper.cs
- TemplatedMailWebEventProvider.cs
- SafeLocalMemHandle.cs
- IgnoreFlushAndCloseStream.cs
- WarningException.cs
- Column.cs
- Operand.cs
- AndAlso.cs
- TdsParserSafeHandles.cs
- BaseTemplateCodeDomTreeGenerator.cs
- ListItemCollection.cs
- MissingManifestResourceException.cs
- Quad.cs
- SoapIgnoreAttribute.cs
- DependencyObject.cs
- InitializerFacet.cs
- NameValueSectionHandler.cs
- EntityConnectionStringBuilderItem.cs
- x509store.cs
- SemaphoreSecurity.cs
- PropertyToken.cs
- EntityContainerRelationshipSet.cs
- ObjectViewQueryResultData.cs
- Ops.cs
- HtmlForm.cs
- OleDbConnectionInternal.cs
- BitmapEffectState.cs
- TabControl.cs
- BindingMAnagerBase.cs
- NativeRightsManagementAPIsStructures.cs
- SchemaType.cs
- UriSection.cs
- SafeViewOfFileHandle.cs
- UdpReplyToBehavior.cs
- ContainerFilterService.cs
- OperationResponse.cs
- XmlSchemaObjectCollection.cs
- Comparer.cs
- StackBuilderSink.cs
- BulletChrome.cs
- WebPartConnectionsConfigureVerb.cs
- BaseValidator.cs
- AssemblyName.cs
- BaseCodePageEncoding.cs
- HScrollProperties.cs
- X509Chain.cs
- ReadOnlyHierarchicalDataSourceView.cs
- SecuritySessionSecurityTokenAuthenticator.cs
- DetailsViewUpdateEventArgs.cs
- CompilationLock.cs
- DynamicRenderer.cs
- MbpInfo.cs
- ZoneIdentityPermission.cs
- FormCollection.cs
- SHA256Cng.cs
- StringValidatorAttribute.cs
- CodeBlockBuilder.cs
- NamespaceList.cs
- XmlElementList.cs
- XmlQueryContext.cs
- AutoGeneratedField.cs
- XmlLinkedNode.cs
- DataTableReader.cs
- CacheChildrenQuery.cs
- DodSequenceMerge.cs
- StreamUpdate.cs
- UIInitializationException.cs
- XmlValidatingReaderImpl.cs
- AnnotationDocumentPaginator.cs
- SafeBitVector32.cs
- designeractionlistschangedeventargs.cs
- AttachedAnnotationChangedEventArgs.cs
- AppSettingsExpressionBuilder.cs