Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ReachPageContentCollectionSerializer.cs
- RestHandler.cs
- XPathSelectionIterator.cs
- SoapReflectionImporter.cs
- ValidatorCollection.cs
- ToolStripPanelRow.cs
- Stack.cs
- InputLanguageProfileNotifySink.cs
- MergeLocalizationDirectives.cs
- ComboBoxDesigner.cs
- MatrixConverter.cs
- IResourceProvider.cs
- ConnectionManagementElement.cs
- PermissionSet.cs
- DbBuffer.cs
- SchemaCollectionCompiler.cs
- Stylesheet.cs
- BindingContext.cs
- AspProxy.cs
- UniqueID.cs
- SqlClientFactory.cs
- TreeNodeBindingCollection.cs
- Currency.cs
- DispatcherExceptionFilterEventArgs.cs
- HtmlImage.cs
- Error.cs
- TabletDevice.cs
- VectorCollection.cs
- UrlAuthFailedErrorFormatter.cs
- ErrorView.xaml.cs
- configsystem.cs
- BeginStoryboard.cs
- FileStream.cs
- AssemblyAttributes.cs
- TimeSpanConverter.cs
- datacache.cs
- TimeoutValidationAttribute.cs
- NullableLongMinMaxAggregationOperator.cs
- SystemResourceKey.cs
- CommandEventArgs.cs
- BinaryObjectInfo.cs
- _SslStream.cs
- ImageList.cs
- DataSourceControlBuilder.cs
- FlowLayoutSettings.cs
- SafeHandle.cs
- AvTrace.cs
- ClientSideQueueItem.cs
- MonthChangedEventArgs.cs
- CodeTypeOfExpression.cs
- ImageFormat.cs
- CodeAssignStatement.cs
- PolyLineSegmentFigureLogic.cs
- BasicDesignerLoader.cs
- ExcCanonicalXml.cs
- DialogResultConverter.cs
- WsiProfilesElementCollection.cs
- WrappedIUnknown.cs
- _AutoWebProxyScriptWrapper.cs
- SafeRightsManagementEnvironmentHandle.cs
- SQLConvert.cs
- DispatcherOperation.cs
- Crc32.cs
- DeflateStream.cs
- ReverseQueryOperator.cs
- PtsPage.cs
- TagElement.cs
- TrackPointCollection.cs
- Stopwatch.cs
- EmissiveMaterial.cs
- DirectoryNotFoundException.cs
- ColorAnimation.cs
- DropTarget.cs
- ServiceMemoryGates.cs
- PropertyEmitterBase.cs
- DataGridViewDataErrorEventArgs.cs
- PeerApplication.cs
- HttpHostedTransportConfiguration.cs
- StyleXamlTreeBuilder.cs
- WindowsGraphicsCacheManager.cs
- HostProtectionPermission.cs
- ExpressionBinding.cs
- DataServiceKeyAttribute.cs
- OverflowException.cs
- MiniLockedBorderGlyph.cs
- ILGenerator.cs
- OracleBFile.cs
- FileUtil.cs
- UnsafeNativeMethods.cs
- ColorKeyFrameCollection.cs
- DataSourceHelper.cs
- Parameter.cs
- BindingMemberInfo.cs
- Win32Interop.cs
- CreateDataSourceDialog.cs
- DataSourceCacheDurationConverter.cs
- MasterPageCodeDomTreeGenerator.cs
- MemberPathMap.cs
- BitmapMetadata.cs
- EmptyReadOnlyDictionaryInternal.cs