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; ////// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExpressionList.cs
- TextServicesCompartment.cs
- Graphics.cs
- MemberAccessException.cs
- JsonObjectDataContract.cs
- CompileLiteralTextParser.cs
- PageBorderless.cs
- ConfigurationCollectionAttribute.cs
- AuthenticationManager.cs
- ShortcutKeysEditor.cs
- PageTheme.cs
- UnsafeCollabNativeMethods.cs
- TypedRowGenerator.cs
- DefaultExpressionVisitor.cs
- Line.cs
- BuildProviderCollection.cs
- XmlNavigatorStack.cs
- PixelFormatConverter.cs
- LinqDataSourceContextEventArgs.cs
- TemplateXamlParser.cs
- MarkupCompilePass1.cs
- TransformProviderWrapper.cs
- TextTreeText.cs
- _NTAuthentication.cs
- PriorityQueue.cs
- QueryExpression.cs
- AsymmetricAlgorithm.cs
- PackageRelationship.cs
- SafeProcessHandle.cs
- MatrixTransform.cs
- InvalidWMPVersionException.cs
- CommandPlan.cs
- AdPostCacheSubstitution.cs
- UserControlCodeDomTreeGenerator.cs
- XPathScanner.cs
- XmlLinkedNode.cs
- RuleSettings.cs
- SynchronizationContext.cs
- ExternalFile.cs
- XamlWriter.cs
- FontEmbeddingManager.cs
- MinimizableAttributeTypeConverter.cs
- ConsoleTraceListener.cs
- Normalization.cs
- CheckBoxList.cs
- XmlTextEncoder.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- OleDbError.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- CFStream.cs
- TextReader.cs
- JoinGraph.cs
- PathSegment.cs
- InputLanguage.cs
- DecimalAnimationBase.cs
- NativeCppClassAttribute.cs
- lengthconverter.cs
- QilVisitor.cs
- AppSettingsSection.cs
- SharedPerformanceCounter.cs
- Grant.cs
- LogEntryUtils.cs
- ScriptingAuthenticationServiceSection.cs
- wgx_commands.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- PeerApplication.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- ArrayElementGridEntry.cs
- GifBitmapEncoder.cs
- ComponentRenameEvent.cs
- WebPartConnectionsCancelEventArgs.cs
- XmlComplianceUtil.cs
- RequestCacheEntry.cs
- Int32RectConverter.cs
- ConversionContext.cs
- DashStyle.cs
- SqlClientPermission.cs
- OutputCacheSettingsSection.cs
- TrustManager.cs
- TypographyProperties.cs
- RemotingService.cs
- CapabilitiesSection.cs
- RenderDataDrawingContext.cs
- ErrorFormatter.cs
- WorkflowViewStateService.cs
- ImageBrush.cs
- EpmTargetTree.cs
- BrowserCapabilitiesCompiler.cs
- Int32Storage.cs
- XmlDictionaryWriter.cs
- Visual3D.cs
- TriggerActionCollection.cs
- PageStatePersister.cs
- StylusPointDescription.cs
- SplitContainer.cs
- DataSvcMapFileSerializer.cs
- ModuleElement.cs
- CompilerInfo.cs
- RowType.cs
- XslVisitor.cs