Code:
/ 4.0 / 4.0 / 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.] ///// 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
- ExpressionPrinter.cs
- EntityDesignerDataSourceView.cs
- TypeForwardedToAttribute.cs
- MissingFieldException.cs
- StringResourceManager.cs
- MasterPageCodeDomTreeGenerator.cs
- TileModeValidation.cs
- WindowsStatic.cs
- ComponentSerializationService.cs
- ListItemConverter.cs
- InstanceStore.cs
- MappingSource.cs
- BindingNavigator.cs
- TraceSection.cs
- LinqExpressionNormalizer.cs
- TypedTableBase.cs
- CommentEmitter.cs
- IndependentAnimationStorage.cs
- SqlDependency.cs
- WindowsListViewGroupSubsetLink.cs
- DelegateSerializationHolder.cs
- XmlSchema.cs
- FileVersion.cs
- XmlTextAttribute.cs
- WindowsPen.cs
- TemplateBaseAction.cs
- FormsAuthenticationTicket.cs
- DrawingCollection.cs
- ClusterUtils.cs
- CalendarAutomationPeer.cs
- sortedlist.cs
- TextEditorTables.cs
- ThrowHelper.cs
- FlowPosition.cs
- XmlDataCollection.cs
- XmlMembersMapping.cs
- Variable.cs
- SchemaCompiler.cs
- SafePEFileHandle.cs
- AsymmetricAlgorithm.cs
- ChangeInterceptorAttribute.cs
- DetailsViewModeEventArgs.cs
- ColorTransform.cs
- ImageBrush.cs
- ConstraintEnumerator.cs
- DesignTimeVisibleAttribute.cs
- VisualTreeHelper.cs
- ThreadSafeList.cs
- CollectionChangedEventManager.cs
- EntityPropertyMappingAttribute.cs
- GPRECT.cs
- SkewTransform.cs
- TimeZoneNotFoundException.cs
- LoadedOrUnloadedOperation.cs
- TypedElement.cs
- SourceSwitch.cs
- InvalidOperationException.cs
- WindowsRichEditRange.cs
- BindableAttribute.cs
- DataGridParentRows.cs
- ScaleTransform.cs
- RegistrationServices.cs
- InputLanguageProfileNotifySink.cs
- WinInet.cs
- WebPartEditorApplyVerb.cs
- Path.cs
- CommonObjectSecurity.cs
- XmlSchemaSimpleTypeRestriction.cs
- ObjectSet.cs
- StyleCollectionEditor.cs
- PlainXmlWriter.cs
- RC2.cs
- HttpMethodConstraint.cs
- RepeaterItem.cs
- SafeTimerHandle.cs
- IndexedString.cs
- counter.cs
- CorrelationManager.cs
- CngAlgorithm.cs
- login.cs
- WebSysDescriptionAttribute.cs
- GcHandle.cs
- EndpointInstanceProvider.cs
- WebPartMinimizeVerb.cs
- DataGridTablesFactory.cs
- TraceSection.cs
- TabRenderer.cs
- ExtenderHelpers.cs
- WebCodeGenerator.cs
- HistoryEventArgs.cs
- CompositionAdorner.cs
- CompilationLock.cs
- MailAddressCollection.cs
- future.cs
- Zone.cs
- LocatorManager.cs
- ParserStreamGeometryContext.cs
- SafeLibraryHandle.cs
- TraceRecord.cs
- CacheRequest.cs