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
- SkewTransform.cs
- Msec.cs
- TimerElapsedEvenArgs.cs
- ComponentChangingEvent.cs
- AppDomain.cs
- MenuCommand.cs
- TrackBar.cs
- OracleConnectionStringBuilder.cs
- IgnoreSectionHandler.cs
- SectionInput.cs
- StatusBarAutomationPeer.cs
- AlternateView.cs
- CompModSwitches.cs
- SourceChangedEventArgs.cs
- ChangeToolStripParentVerb.cs
- RowBinding.cs
- LogWriteRestartAreaAsyncResult.cs
- BitmapEffectGroup.cs
- CodeMemberEvent.cs
- HttpRawResponse.cs
- TextParentUndoUnit.cs
- TextParagraphProperties.cs
- SchemaCollectionPreprocessor.cs
- ImageButton.cs
- DbConnectionStringBuilder.cs
- DataColumnChangeEvent.cs
- Matrix3DStack.cs
- ErrorActivity.cs
- InputEventArgs.cs
- ResourceCategoryAttribute.cs
- DetailsViewInsertedEventArgs.cs
- IPipelineRuntime.cs
- RSAOAEPKeyExchangeFormatter.cs
- UnmanagedMemoryAccessor.cs
- TextBoxBase.cs
- DeflateStream.cs
- SqlConnectionString.cs
- _BufferOffsetSize.cs
- DataGridLengthConverter.cs
- HitTestWithGeometryDrawingContextWalker.cs
- SqlFactory.cs
- shaperfactoryquerycachekey.cs
- Math.cs
- XmlStringTable.cs
- securitycriticaldataformultiplegetandset.cs
- LoaderAllocator.cs
- Exceptions.cs
- DateTimeConverter.cs
- BitmapCodecInfo.cs
- XsdDataContractImporter.cs
- XmlAggregates.cs
- CodeExporter.cs
- ALinqExpressionVisitor.cs
- SmtpNegotiateAuthenticationModule.cs
- PeerDuplexChannel.cs
- DtrList.cs
- Vector.cs
- EventEntry.cs
- ImageSource.cs
- ObjectDataSourceChooseTypePanel.cs
- Vector3DCollectionConverter.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- ReaderOutput.cs
- HtmlLink.cs
- HtmlTableRowCollection.cs
- CharAnimationUsingKeyFrames.cs
- RSAPKCS1SignatureDeformatter.cs
- NodeFunctions.cs
- ColumnCollection.cs
- ExcludePathInfo.cs
- WebPartVerbsEventArgs.cs
- IdnElement.cs
- SqlVisitor.cs
- SqlWriter.cs
- HttpDictionary.cs
- TreeIterator.cs
- SystemSounds.cs
- CollaborationHelperFunctions.cs
- InvokeProviderWrapper.cs
- RadialGradientBrush.cs
- DataGridViewComboBoxEditingControl.cs
- ClosureBinding.cs
- CachedPathData.cs
- WebPartTransformer.cs
- metadatamappinghashervisitor.cs
- BrowserCapabilitiesFactoryBase.cs
- FixedPageStructure.cs
- DecoderExceptionFallback.cs
- ContractCodeDomInfo.cs
- Point.cs
- StandardOleMarshalObject.cs
- StorageSetMapping.cs
- XmlBindingWorker.cs
- ListSortDescriptionCollection.cs
- PreservationFileReader.cs
- MethodImplAttribute.cs
- PresentationSource.cs
- AbsoluteQuery.cs
- RecognizedAudio.cs
- ByteFacetDescriptionElement.cs