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
- DataGridColumnDropSeparator.cs
- XAMLParseException.cs
- UnhandledExceptionEventArgs.cs
- DesignerCalendarAdapter.cs
- ScrollViewer.cs
- SerializationSectionGroup.cs
- COAUTHIDENTITY.cs
- OleDbConnectionInternal.cs
- AccessViolationException.cs
- Margins.cs
- SingleObjectCollection.cs
- IndexedSelectQueryOperator.cs
- ObjectKeyFrameCollection.cs
- PasswordTextNavigator.cs
- BindingCompleteEventArgs.cs
- PeerCustomResolverSettings.cs
- TemplateParser.cs
- GetPageNumberCompletedEventArgs.cs
- ReliabilityContractAttribute.cs
- XmlNodeChangedEventArgs.cs
- XmlQueryTypeFactory.cs
- XmlLinkedNode.cs
- ListBindingHelper.cs
- ManipulationLogic.cs
- ToolStripPanel.cs
- oledbmetadatacollectionnames.cs
- Section.cs
- ToolStripDropDownButton.cs
- HttpCapabilitiesEvaluator.cs
- Win32MouseDevice.cs
- Event.cs
- PersonalizationProviderCollection.cs
- LinqDataSourceStatusEventArgs.cs
- RegexCode.cs
- DataKeyPropertyAttribute.cs
- _BaseOverlappedAsyncResult.cs
- DataReaderContainer.cs
- TreeNodeStyleCollection.cs
- DataGridColumn.cs
- ParameterBuilder.cs
- DataConnectionHelper.cs
- _TimerThread.cs
- XpsResourcePolicy.cs
- AttachedPropertyInfo.cs
- ActivityContext.cs
- ContractNamespaceAttribute.cs
- DataGridViewSelectedRowCollection.cs
- XmlSchemaValidationException.cs
- MemberCollection.cs
- Zone.cs
- DataComponentGenerator.cs
- ListViewItem.cs
- EmptyEnumerator.cs
- NonPrimarySelectionGlyph.cs
- Journaling.cs
- CustomAttributeFormatException.cs
- Rect.cs
- ZoomComboBox.cs
- RewritingPass.cs
- PluralizationService.cs
- ListView.cs
- LogRestartAreaEnumerator.cs
- TextPattern.cs
- PropertyGeneratedEventArgs.cs
- TriggerActionCollection.cs
- WebHttpSecurity.cs
- FrameworkName.cs
- GlyphRun.cs
- WebPartEditVerb.cs
- MemoryRecordBuffer.cs
- NodeFunctions.cs
- ObjectDataSourceStatusEventArgs.cs
- DataGridRelationshipRow.cs
- UnsafeNativeMethods.cs
- SingleSelectRootGridEntry.cs
- ListItemDetailViewAttribute.cs
- ToolStripButton.cs
- MissingFieldException.cs
- BrowserCapabilitiesFactory35.cs
- BamlLocalizableResource.cs
- LocatorBase.cs
- HtmlTernaryTree.cs
- WebPartTransformer.cs
- DataPagerFieldCollection.cs
- ValueExpressions.cs
- SpellerStatusTable.cs
- NativeMethods.cs
- Vector3DCollectionConverter.cs
- CommonXSendMessage.cs
- CodeThrowExceptionStatement.cs
- FormParameter.cs
- Sorting.cs
- AsyncOperationManager.cs
- ViewSimplifier.cs
- WindowsRebar.cs
- SimpleTableProvider.cs
- XmlCodeExporter.cs
- ThreadAbortException.cs
- ByteAnimationBase.cs
- WorkflowClientDeliverMessageWrapper.cs