Code:
/ DotNET / DotNET / 8.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
- ClonableStack.cs
- UserControlDesigner.cs
- SafeHandles.cs
- ITreeGenerator.cs
- TextBox.cs
- DomNameTable.cs
- ModelPerspective.cs
- Empty.cs
- HttpClientCertificate.cs
- DropDownList.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- PageThemeCodeDomTreeGenerator.cs
- BuilderInfo.cs
- CalendarTable.cs
- mda.cs
- GenericEnumerator.cs
- TdsValueSetter.cs
- ISessionStateStore.cs
- AssemblyBuilderData.cs
- ContextMenu.cs
- AnnotationStore.cs
- ColorAnimation.cs
- BaseTreeIterator.cs
- DocumentPage.cs
- SchemaAttDef.cs
- PersonalizationProviderHelper.cs
- DataServiceException.cs
- ActivityIdHeader.cs
- MessageContractExporter.cs
- CodeIdentifier.cs
- UniformGrid.cs
- SoapHeaderAttribute.cs
- ComponentChangingEvent.cs
- NativeMethodsOther.cs
- CompositeControl.cs
- ProfileServiceManager.cs
- CodeDelegateCreateExpression.cs
- SHA512.cs
- ProcessProtocolHandler.cs
- ProbeMatchesCD1.cs
- ClientUrlResolverWrapper.cs
- DoubleUtil.cs
- TemplateControlParser.cs
- StringAnimationUsingKeyFrames.cs
- GroupLabel.cs
- OracleRowUpdatedEventArgs.cs
- CacheDependency.cs
- KeyValueSerializer.cs
- CompositeTypefaceMetrics.cs
- ExpressionVisitor.cs
- baseshape.cs
- mda.cs
- TextBoxAutoCompleteSourceConverter.cs
- WebPartConnectionsCancelEventArgs.cs
- DefaultAssemblyResolver.cs
- WindowsTreeView.cs
- PriorityBinding.cs
- ReadContentAsBinaryHelper.cs
- ProfileSection.cs
- ActivationArguments.cs
- _NtlmClient.cs
- CacheMemory.cs
- XmlStreamStore.cs
- CollaborationHelperFunctions.cs
- XmlDataSource.cs
- HttpRawResponse.cs
- XmlElementAttribute.cs
- DbProviderFactoriesConfigurationHandler.cs
- CompressStream.cs
- StrokeNodeOperations.cs
- BridgeDataReader.cs
- PeerReferralPolicy.cs
- UriTemplateTrieLocation.cs
- DurationConverter.cs
- DoubleKeyFrameCollection.cs
- RangeValueProviderWrapper.cs
- XamlStream.cs
- SemanticTag.cs
- login.cs
- DataGridAutoFormatDialog.cs
- TypeLoadException.cs
- HebrewNumber.cs
- CornerRadiusConverter.cs
- ProxyAttribute.cs
- BindingValueChangedEventArgs.cs
- xsdvalidator.cs
- XpsFixedDocumentReaderWriter.cs
- BuiltInExpr.cs
- TypeGeneratedEventArgs.cs
- FixedTextSelectionProcessor.cs
- ClientScriptManagerWrapper.cs
- AccessText.cs
- EntityWrapper.cs
- SimpleType.cs
- PageResolution.cs
- MetadataCache.cs
- ExclusiveNamedPipeTransportManager.cs
- WSTransactionSection.cs
- MsmqAppDomainProtocolHandler.cs
- GridViewRowPresenterBase.cs