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
- DataGridViewAdvancedBorderStyle.cs
- ServiceReference.cs
- GridViewCellAutomationPeer.cs
- MemberExpression.cs
- ImageAnimator.cs
- MaterialCollection.cs
- ContentPresenter.cs
- PeerPresenceInfo.cs
- TraceData.cs
- Merger.cs
- XamlWrappingReader.cs
- DomNameTable.cs
- InternalBufferManager.cs
- UriSection.cs
- webclient.cs
- FactoryId.cs
- FrameworkPropertyMetadata.cs
- DiagnosticTrace.cs
- FieldTemplateFactory.cs
- LayoutUtils.cs
- DataGridViewLinkCell.cs
- DataTableNewRowEvent.cs
- OracleParameter.cs
- ExpandCollapsePattern.cs
- CodeDOMUtility.cs
- NavigationEventArgs.cs
- FixUp.cs
- DesignerRegionMouseEventArgs.cs
- RemoteWebConfigurationHost.cs
- IApplicationTrustManager.cs
- HideDisabledControlAdapter.cs
- ModelPerspective.cs
- NativeMethods.cs
- ProviderSettings.cs
- TypeResolver.cs
- MapPathBasedVirtualPathProvider.cs
- ConsoleCancelEventArgs.cs
- Profiler.cs
- tooltip.cs
- ResourceDefaultValueAttribute.cs
- XappLauncher.cs
- SingleTagSectionHandler.cs
- TypeUtil.cs
- ServerProtocol.cs
- DataBinder.cs
- StyleSelector.cs
- ScrollViewerAutomationPeer.cs
- EnumUnknown.cs
- OperationFormatStyle.cs
- ColumnWidthChangingEvent.cs
- SqlServer2KCompatibilityCheck.cs
- DefaultTypeArgumentAttribute.cs
- DateTimeConstantAttribute.cs
- Solver.cs
- AbstractDataSvcMapFileLoader.cs
- HierarchicalDataSourceConverter.cs
- InternalCache.cs
- DataQuery.cs
- FastPropertyAccessor.cs
- PersonalizationState.cs
- ColorMatrix.cs
- DesignerVerbCollection.cs
- StagingAreaInputItem.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- HttpFileCollectionBase.cs
- StringExpressionSet.cs
- DocumentViewerBaseAutomationPeer.cs
- cookiecontainer.cs
- StaticDataManager.cs
- DragEvent.cs
- CurrentChangedEventManager.cs
- EncoderNLS.cs
- ServiceDescription.cs
- KeyInfo.cs
- ValueTypeFixupInfo.cs
- UnknownBitmapDecoder.cs
- OdbcTransaction.cs
- StrokeCollectionConverter.cs
- WorkflowApplicationAbortedException.cs
- sqlstateclientmanager.cs
- ListViewUpdateEventArgs.cs
- LinkLabel.cs
- DateTimeFormatInfoScanner.cs
- ItemsChangedEventArgs.cs
- EpmSourceTree.cs
- Registry.cs
- DataSetMappper.cs
- InvalidProgramException.cs
- AVElementHelper.cs
- XmlIncludeAttribute.cs
- XmlEventCache.cs
- RecommendedAsConfigurableAttribute.cs
- PtsHelper.cs
- Compensate.cs
- HierarchicalDataTemplate.cs
- WebPartRestoreVerb.cs
- MarkupCompiler.cs
- RMEnrollmentPage3.cs
- _KerberosClient.cs
- SynchronizationScope.cs