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
- NamespaceInfo.cs
- MsmqTransportElement.cs
- CatalogZoneBase.cs
- ConnectionInterfaceCollection.cs
- RuleCache.cs
- ReferencedAssemblyResolver.cs
- OutputCacheSettingsSection.cs
- CompiledELinqQueryState.cs
- AppLevelCompilationSectionCache.cs
- ConfigurationStrings.cs
- GenericPrincipal.cs
- RectValueSerializer.cs
- ServiceSecurityAuditBehavior.cs
- SafeNativeMethods.cs
- ToolStripItemDataObject.cs
- OpCodes.cs
- LabelAutomationPeer.cs
- DataBindingHandlerAttribute.cs
- DateTimeUtil.cs
- TheQuery.cs
- XmlComment.cs
- PermissionListSet.cs
- ITextView.cs
- ContextProperty.cs
- DataGridDesigner.cs
- ModelUIElement3D.cs
- SoapExtensionReflector.cs
- VirtualizedItemPattern.cs
- EUCJPEncoding.cs
- DesignSurfaceCollection.cs
- ValidationError.cs
- ConvertTextFrag.cs
- ContentOperations.cs
- ComponentEditorPage.cs
- XslTransformFileEditor.cs
- PasswordDeriveBytes.cs
- PageParser.cs
- DurableEnlistmentState.cs
- UIAgentMonitorHandle.cs
- IgnoreDeviceFilterElementCollection.cs
- WebPartConnectionsConnectVerb.cs
- TabItemAutomationPeer.cs
- SizeValueSerializer.cs
- DrawingAttributes.cs
- TableLayoutPanelCellPosition.cs
- RepeaterCommandEventArgs.cs
- TextElementCollection.cs
- PropertyManager.cs
- TextSpan.cs
- ConnectAlgorithms.cs
- Variable.cs
- CodeCompiler.cs
- Italic.cs
- BlockExpression.cs
- ContentFilePart.cs
- PropertyRef.cs
- WorkItem.cs
- HtmlContainerControl.cs
- ConsumerConnectionPointCollection.cs
- ProjectionCamera.cs
- ServicePointManager.cs
- XmlSchemaSimpleTypeUnion.cs
- UIPermission.cs
- HtmlObjectListAdapter.cs
- HostedElements.cs
- ColumnMapTranslator.cs
- Metadata.cs
- Soap12ProtocolReflector.cs
- DetailsViewInsertEventArgs.cs
- XmlTextReader.cs
- XmlDomTextWriter.cs
- RC2CryptoServiceProvider.cs
- HttpCachePolicyBase.cs
- XamlToRtfWriter.cs
- ModuleConfigurationInfo.cs
- XmlNodeChangedEventManager.cs
- DayRenderEvent.cs
- ExceptionDetail.cs
- SettingsPropertyValueCollection.cs
- SocketElement.cs
- WebWorkflowRole.cs
- GridPattern.cs
- PinnedBufferMemoryStream.cs
- WebPartAuthorizationEventArgs.cs
- EdmError.cs
- GridEntryCollection.cs
- CmsInterop.cs
- CompilerResults.cs
- TrackingServices.cs
- UseAttributeSetsAction.cs
- IdleTimeoutMonitor.cs
- StreamWithDictionary.cs
- EncryptedPackage.cs
- RoutedUICommand.cs
- DiagnosticTraceRecords.cs
- Select.cs
- Process.cs
- MaskPropertyEditor.cs
- IResourceProvider.cs
- WrappedDispatcherException.cs