Code:
/ FX-1434 / FX-1434 / 1.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
- PrintDialog.cs
- _NtlmClient.cs
- ConfigXmlWhitespace.cs
- SchemaName.cs
- SmtpFailedRecipientException.cs
- DbProviderManifest.cs
- RuntimeHandles.cs
- QilBinary.cs
- HandledMouseEvent.cs
- TypeUtil.cs
- WindowProviderWrapper.cs
- SolidBrush.cs
- FixedSOMFixedBlock.cs
- SmtpSection.cs
- SiteMapDataSource.cs
- TdsParameterSetter.cs
- InitializerFacet.cs
- NameNode.cs
- AddDataControlFieldDialog.cs
- ListViewAutomationPeer.cs
- CodeSubDirectoriesCollection.cs
- RewritingSimplifier.cs
- KoreanCalendar.cs
- MenuItemCollection.cs
- GeometryGroup.cs
- AutomationPeer.cs
- NullExtension.cs
- LocalizableResourceBuilder.cs
- CurrencyManager.cs
- ConfigXmlText.cs
- PassportAuthenticationModule.cs
- ToolboxItemFilterAttribute.cs
- InvalidProgramException.cs
- InlinedLocationReference.cs
- DesignBindingEditor.cs
- WebConvert.cs
- ValueConversionAttribute.cs
- DoubleAnimation.cs
- InstrumentationTracker.cs
- UpdateCommandGenerator.cs
- ThreadPool.cs
- ListDataHelper.cs
- OptionUsage.cs
- Accessors.cs
- AliasedSlot.cs
- DependencyObjectType.cs
- KeyValueInternalCollection.cs
- safex509handles.cs
- TextContainerChangeEventArgs.cs
- SplitterPanel.cs
- RowsCopiedEventArgs.cs
- log.cs
- WebPartZoneDesigner.cs
- LayoutInformation.cs
- ElapsedEventArgs.cs
- InvalidCommandTreeException.cs
- EditingMode.cs
- BaseValidator.cs
- __ConsoleStream.cs
- ReturnEventArgs.cs
- DataGridViewCellEventArgs.cs
- CodeFieldReferenceExpression.cs
- MsmqChannelFactory.cs
- SqlUtils.cs
- XPathNodeList.cs
- SessionEndingEventArgs.cs
- ManagementExtension.cs
- EpmCustomContentWriterNodeData.cs
- SspiHelper.cs
- CfgParser.cs
- InvokeProviderWrapper.cs
- TraversalRequest.cs
- RowToFieldTransformer.cs
- Workspace.cs
- AuthenticationException.cs
- BulletedListEventArgs.cs
- IntellisenseTextBox.designer.cs
- WhileDesigner.cs
- Membership.cs
- SpellerHighlightLayer.cs
- PrivilegeNotHeldException.cs
- OneToOneMappingSerializer.cs
- DrawingCollection.cs
- GridViewRowCollection.cs
- ObjectQueryProvider.cs
- Int16.cs
- DocumentViewerAutomationPeer.cs
- ClientFormsIdentity.cs
- Set.cs
- XmlDocumentSerializer.cs
- UriSection.cs
- EntityKeyElement.cs
- TextDataBindingHandler.cs
- sqlser.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- InkCanvas.cs
- ImmutableAssemblyCacheEntry.cs
- BamlTreeMap.cs
- DataTableCollection.cs
- PropertyMap.cs