Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[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
- SqlTypesSchemaImporter.cs
- MarshalByValueComponent.cs
- SamlAssertionKeyIdentifierClause.cs
- SqlTypeSystemProvider.cs
- HotSpotCollectionEditor.cs
- ToolStripSeparator.cs
- PartitionedStreamMerger.cs
- XmlSchemaNotation.cs
- TableLayoutSettings.cs
- XmlWriterTraceListener.cs
- AdCreatedEventArgs.cs
- Substitution.cs
- TypeUsage.cs
- XsltArgumentList.cs
- ExponentialEase.cs
- TrustManagerMoreInformation.cs
- TypeInitializationException.cs
- TimelineClockCollection.cs
- LinearGradientBrush.cs
- WS2007FederationHttpBindingElement.cs
- CommandCollectionEditor.cs
- QueryMath.cs
- BrushConverter.cs
- Timer.cs
- MailFileEditor.cs
- PrePostDescendentsWalker.cs
- ImageAttributes.cs
- AttachedAnnotationChangedEventArgs.cs
- CompilationSection.cs
- Fx.cs
- EntryIndex.cs
- WorkflowRuntime.cs
- CompositeActivityTypeDescriptor.cs
- SqlConnectionString.cs
- ForwardPositionQuery.cs
- AbsoluteQuery.cs
- ContextConfiguration.cs
- SpeechAudioFormatInfo.cs
- Label.cs
- InkPresenterAutomationPeer.cs
- PaintValueEventArgs.cs
- LineBreak.cs
- PerformanceCounter.cs
- ResXResourceSet.cs
- XmlnsDictionary.cs
- TableCellCollection.cs
- MasterPageCodeDomTreeGenerator.cs
- ProxyWebPartManagerDesigner.cs
- SqlDependency.cs
- DocumentXPathNavigator.cs
- HebrewNumber.cs
- SizeValueSerializer.cs
- SafeRightsManagementHandle.cs
- _NTAuthentication.cs
- InvokeMethodActivity.cs
- StreamReader.cs
- PanelDesigner.cs
- configsystem.cs
- BitmapEffectOutputConnector.cs
- ConfigurationManagerInternalFactory.cs
- ExpressionBindingsDialog.cs
- DataGridViewRowCancelEventArgs.cs
- ColorAnimationBase.cs
- AstNode.cs
- Matrix3DStack.cs
- MethodBuilder.cs
- ReceiveCompletedEventArgs.cs
- RadioButtonStandardAdapter.cs
- RawStylusInputCustomDataList.cs
- DataKeyArray.cs
- XmlUrlResolver.cs
- FileDetails.cs
- XmlEnumAttribute.cs
- DataColumnChangeEvent.cs
- ReferencedCollectionType.cs
- SelectionPattern.cs
- Transform.cs
- ACE.cs
- SelectedCellsCollection.cs
- OciEnlistContext.cs
- WebPartEditorApplyVerb.cs
- CultureInfoConverter.cs
- DbProviderConfigurationHandler.cs
- AddressingProperty.cs
- Message.cs
- JsonFormatWriterGenerator.cs
- OracleConnectionStringBuilder.cs
- OleDbSchemaGuid.cs
- UndoManager.cs
- StringHandle.cs
- Axis.cs
- HttpCacheParams.cs
- NetMsmqSecurityMode.cs
- ISSmlParser.cs
- RefreshEventArgs.cs
- Int32EqualityComparer.cs
- SplashScreenNativeMethods.cs
- IssuedTokensHeader.cs
- DataSetSchema.cs
- DataObjectCopyingEventArgs.cs