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
- IncrementalReadDecoders.cs
- SettingsSection.cs
- PriorityChain.cs
- EventHandlers.cs
- HatchBrush.cs
- Byte.cs
- StyleSheetRefUrlEditor.cs
- DictionaryTraceRecord.cs
- NonBatchDirectoryCompiler.cs
- StateChangeEvent.cs
- XPathNodeInfoAtom.cs
- XmlArrayItemAttributes.cs
- XmlDataSourceNodeDescriptor.cs
- SerialPinChanges.cs
- DataGridViewCellParsingEventArgs.cs
- ImageIndexConverter.cs
- Point3DCollection.cs
- ConfigurationStrings.cs
- Properties.cs
- ObservableCollection.cs
- Attributes.cs
- ListViewSelectEventArgs.cs
- OracleBoolean.cs
- ShaperBuffers.cs
- DeclarativeCatalogPart.cs
- PriorityQueue.cs
- EnumerableRowCollectionExtensions.cs
- ZipIOBlockManager.cs
- ToolStripDropDownButton.cs
- BindingsSection.cs
- Point.cs
- RTLAwareMessageBox.cs
- WebServiceParameterData.cs
- WebBrowserContainer.cs
- PolicyStatement.cs
- BitmapSourceSafeMILHandle.cs
- DetailsView.cs
- InputScopeConverter.cs
- securitymgrsite.cs
- ZipPackage.cs
- ConfigXmlText.cs
- TransactionInformation.cs
- ReversePositionQuery.cs
- ConnectionsZone.cs
- CodeMemberProperty.cs
- ParenthesizePropertyNameAttribute.cs
- Stack.cs
- SynchronousChannelMergeEnumerator.cs
- SelectionListDesigner.cs
- FileInfo.cs
- TableProvider.cs
- SqlDataSource.cs
- CacheMemory.cs
- AmbientProperties.cs
- IntermediatePolicyValidator.cs
- MaskDescriptors.cs
- DbFunctionCommandTree.cs
- StyleCollection.cs
- _ProxyChain.cs
- XPathNodeInfoAtom.cs
- WmlFormAdapter.cs
- WindowsBrush.cs
- DataGridDesigner.cs
- PropertyStore.cs
- RemotingException.cs
- ContentDisposition.cs
- Inflater.cs
- WindowProviderWrapper.cs
- FontFamilyConverter.cs
- Container.cs
- Win32KeyboardDevice.cs
- Operator.cs
- DecoderReplacementFallback.cs
- FileDialogCustomPlace.cs
- ThemeDictionaryExtension.cs
- PolicyException.cs
- Pair.cs
- SQLBytes.cs
- NumericPagerField.cs
- ViewCellRelation.cs
- ToolStripDropDownMenu.cs
- Parameter.cs
- DataComponentNameHandler.cs
- ExpressionsCollectionConverter.cs
- UnitySerializationHolder.cs
- TextMarkerSource.cs
- ControlIdConverter.cs
- FileEnumerator.cs
- DataGridViewCell.cs
- SortDescription.cs
- CornerRadius.cs
- ScopeCollection.cs
- Simplifier.cs
- PtsPage.cs
- precedingquery.cs
- TemplateBindingExpressionConverter.cs
- ExeContext.cs
- XmlSchemaType.cs
- EntityTransaction.cs
- CodeDirectoryCompiler.cs