Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / QueryAccessibilityHelpEvent.cs / 1305376 / 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;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BooleanConverter.cs
- OptimizedTemplateContent.cs
- ControlCachePolicy.cs
- Codec.cs
- ThreadAbortException.cs
- CallbackDebugElement.cs
- UpdateTranslator.cs
- EventArgs.cs
- RangeEnumerable.cs
- Interlocked.cs
- RegexReplacement.cs
- FileSecurity.cs
- X509Extension.cs
- SkewTransform.cs
- PriorityQueue.cs
- EndSelectCardRequest.cs
- ListViewDeletedEventArgs.cs
- ReplyChannel.cs
- BinaryCommonClasses.cs
- AppDomainFactory.cs
- KeyManager.cs
- SemaphoreFullException.cs
- xdrvalidator.cs
- OciHandle.cs
- CodeDomLocalizationProvider.cs
- FlowLayout.cs
- GridView.cs
- WindowsListViewSubItem.cs
- ArrangedElement.cs
- PageRanges.cs
- PrintSystemException.cs
- XmlAnyElementAttribute.cs
- Rect3DValueSerializer.cs
- ProvidersHelper.cs
- ObfuscateAssemblyAttribute.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- LicenseContext.cs
- Convert.cs
- FixedTextSelectionProcessor.cs
- DataTableNewRowEvent.cs
- TdsParserSessionPool.cs
- Bidi.cs
- Avt.cs
- Hashtable.cs
- MeasureItemEvent.cs
- SendMailErrorEventArgs.cs
- BookmarkScopeManager.cs
- StylusCaptureWithinProperty.cs
- CompiledQuery.cs
- SoapCodeExporter.cs
- RunWorkerCompletedEventArgs.cs
- HtmlControlAdapter.cs
- TemplateGroupCollection.cs
- DescendantBaseQuery.cs
- StorageComplexTypeMapping.cs
- TimeManager.cs
- MonthCalendarDesigner.cs
- InternalResources.cs
- ScriptControl.cs
- OleAutBinder.cs
- ClientOperation.cs
- OdbcRowUpdatingEvent.cs
- StandardCommandToolStripMenuItem.cs
- APCustomTypeDescriptor.cs
- Invariant.cs
- QuaternionRotation3D.cs
- ConfigurationLockCollection.cs
- GenerateHelper.cs
- PropertiesTab.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- ProxyWebPart.cs
- ScriptIgnoreAttribute.cs
- Int32EqualityComparer.cs
- DbConvert.cs
- GridViewColumnHeader.cs
- CharEntityEncoderFallback.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- ImageFormat.cs
- WebConfigurationHostFileChange.cs
- WebReferencesBuildProvider.cs
- PropertyEmitter.cs
- JsonDeserializer.cs
- filewebrequest.cs
- AttachedAnnotation.cs
- TraceSection.cs
- XXXInfos.cs
- WeakRefEnumerator.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ClientTarget.cs
- DataColumnCollection.cs
- NamespaceImport.cs
- NumberFunctions.cs
- CredentialCache.cs
- DetailsViewModeEventArgs.cs
- TagElement.cs
- Claim.cs
- SecondaryViewProvider.cs
- OleDbException.cs
- ModelUIElement3D.cs
- HwndHost.cs