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
- formatter.cs
- SafeBitVector32.cs
- SecUtil.cs
- Converter.cs
- MetadataSource.cs
- DbTransaction.cs
- MaskInputRejectedEventArgs.cs
- DaylightTime.cs
- TextEditorThreadLocalStore.cs
- TemplateControl.cs
- XslCompiledTransform.cs
- TextFormatter.cs
- Task.cs
- ConstantExpression.cs
- IncrementalCompileAnalyzer.cs
- ClaimTypeElementCollection.cs
- KeyConstraint.cs
- ActiveXContainer.cs
- TextSelectionHighlightLayer.cs
- ComponentCommands.cs
- AuthenticatingEventArgs.cs
- TextFormatterContext.cs
- StorageModelBuildProvider.cs
- SqlPersonalizationProvider.cs
- DbReferenceCollection.cs
- DispatcherTimer.cs
- DataServices.cs
- SystemDropShadowChrome.cs
- ResourceSetExpression.cs
- LOSFormatter.cs
- documentsequencetextview.cs
- Assign.cs
- MetadataArtifactLoaderFile.cs
- HandlerBase.cs
- MaskedTextBoxDesignerActionList.cs
- InputReportEventArgs.cs
- OdbcInfoMessageEvent.cs
- webclient.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- WebPartDescriptionCollection.cs
- JulianCalendar.cs
- ScriptManagerProxy.cs
- SecurityChannelFaultConverter.cs
- NativeMethods.cs
- GeneralTransform3D.cs
- ServicesUtilities.cs
- CodeSnippetExpression.cs
- SizeChangedEventArgs.cs
- TypedElement.cs
- TokenizerHelper.cs
- IssuedTokenParametersEndpointAddressElement.cs
- DocumentOrderComparer.cs
- ThreadPool.cs
- ReadOnlyCollection.cs
- ToolStripMenuItemCodeDomSerializer.cs
- HwndHost.cs
- BufferedGraphicsManager.cs
- ToolCreatedEventArgs.cs
- XPathMultyIterator.cs
- CheckBox.cs
- GAC.cs
- ModelTypeConverter.cs
- GeometryCollection.cs
- WindowsRebar.cs
- StringBlob.cs
- IntSecurity.cs
- RawStylusInput.cs
- ManagedWndProcTracker.cs
- MatrixAnimationUsingPath.cs
- ImageField.cs
- PageSetupDialog.cs
- ColumnPropertiesGroup.cs
- NonVisualControlAttribute.cs
- TrackingProfileDeserializationException.cs
- DesignUtil.cs
- ProxyWebPart.cs
- DataSourceProvider.cs
- EnumerableRowCollectionExtensions.cs
- OleDbConnectionFactory.cs
- ConstantExpression.cs
- TraceSource.cs
- XslNumber.cs
- FormClosedEvent.cs
- MergeFailedEvent.cs
- SaveFileDialog.cs
- hresults.cs
- CodeDirectoryCompiler.cs
- ZipIOLocalFileBlock.cs
- ObjectTypeMapping.cs
- SetterBase.cs
- CodeMethodReturnStatement.cs
- TextRange.cs
- AuthenticationManager.cs
- DelayDesigner.cs
- StrongTypingException.cs
- StylusPointPropertyInfoDefaults.cs
- ReadOnlyNameValueCollection.cs
- StrongTypingException.cs
- ParameterCollectionEditorForm.cs
- DynamicDataRoute.cs