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;
///
///
/// [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.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StyleReferenceConverter.cs
- TableRowGroupCollection.cs
- WorkflowInstanceContextProvider.cs
- ReadWriteObjectLock.cs
- ResourceManager.cs
- HierarchicalDataBoundControlAdapter.cs
- ArithmeticException.cs
- ChangeInterceptorAttribute.cs
- ManipulationStartingEventArgs.cs
- RecognizerStateChangedEventArgs.cs
- XmlSchemaComplexContent.cs
- MenuItemBindingCollection.cs
- LabelEditEvent.cs
- PackageDocument.cs
- BindingGroup.cs
- AssemblyBuilderData.cs
- XPathDocumentNavigator.cs
- Parser.cs
- SeverityFilter.cs
- XmlText.cs
- IxmlLineInfo.cs
- ThreadSafeList.cs
- HtmlButton.cs
- SpeechEvent.cs
- TrackPointCollection.cs
- WorkflowControlClient.cs
- WindowsAuthenticationModule.cs
- ClosureBinding.cs
- Polyline.cs
- PreloadedPackages.cs
- _IPv4Address.cs
- EnlistmentTraceIdentifier.cs
- ControlEvent.cs
- AvTraceFormat.cs
- TypeLoader.cs
- XPathNode.cs
- ResourceDescriptionAttribute.cs
- Translator.cs
- CommandManager.cs
- CryptoApi.cs
- ListViewDeleteEventArgs.cs
- PropertyMapper.cs
- TokenBasedSet.cs
- FormsAuthenticationUser.cs
- GeneralTransformCollection.cs
- SchemaSetCompiler.cs
- FromReply.cs
- CatalogZoneDesigner.cs
- DataGridViewCellParsingEventArgs.cs
- brushes.cs
- cookiecollection.cs
- __Error.cs
- HtmlHead.cs
- Attributes.cs
- ConnectionsZone.cs
- BlurEffect.cs
- FileRecordSequence.cs
- SeverityFilter.cs
- RestHandler.cs
- TextRunProperties.cs
- SamlSecurityTokenAuthenticator.cs
- PopupEventArgs.cs
- ContractUtils.cs
- BinaryKeyIdentifierClause.cs
- PolyBezierSegment.cs
- InkCollectionBehavior.cs
- FontStretch.cs
- HttpRuntimeSection.cs
- Rotation3D.cs
- IndexOutOfRangeException.cs
- NativeMethods.cs
- MultiAsyncResult.cs
- _BufferOffsetSize.cs
- OutputScope.cs
- DeviceFiltersSection.cs
- MasterPageBuildProvider.cs
- ThaiBuddhistCalendar.cs
- TextViewElement.cs
- EventLogPermissionEntryCollection.cs
- selecteditemcollection.cs
- WebContentFormatHelper.cs
- CAGDesigner.cs
- LogicalChannelCollection.cs
- VisualBasic.cs
- HijriCalendar.cs
- NavigationPropertyEmitter.cs
- TableAutomationPeer.cs
- TypedDataSourceCodeGenerator.cs
- login.cs
- AssemblyFilter.cs
- ByeOperation11AsyncResult.cs
- ExpressionBinding.cs
- ListBoxItem.cs
- ShadowGlyph.cs
- MimeWriter.cs
- _Win32.cs
- ColorConvertedBitmap.cs
- BinaryConverter.cs
- TraceSource.cs
- TransactionFilter.cs