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
- BooleanFacetDescriptionElement.cs
- CornerRadiusConverter.cs
- RelationshipManager.cs
- InvokeHandlers.cs
- EntityDataSourceSelectedEventArgs.cs
- ExceptionTrace.cs
- TextElementEnumerator.cs
- AppDomain.cs
- RawUIStateInputReport.cs
- RawUIStateInputReport.cs
- GridViewColumn.cs
- LogicalCallContext.cs
- Attributes.cs
- ExternalException.cs
- XmlBoundElement.cs
- ContentFilePart.cs
- InternalControlCollection.cs
- PropertyPathWorker.cs
- XmlElementAttributes.cs
- BlockUIContainer.cs
- ZoneMembershipCondition.cs
- ValueSerializer.cs
- MediaCommands.cs
- WindowsTitleBar.cs
- LayoutExceptionEventArgs.cs
- _UriSyntax.cs
- TextTrailingWordEllipsis.cs
- ZipPackage.cs
- TextFormattingConverter.cs
- XmlEncoding.cs
- Queue.cs
- DatagridviewDisplayedBandsData.cs
- StateMachine.cs
- ServiceProviders.cs
- CodeEntryPointMethod.cs
- Point3DKeyFrameCollection.cs
- PackageProperties.cs
- KeyEvent.cs
- XmlIgnoreAttribute.cs
- COM2PictureConverter.cs
- XPathAncestorQuery.cs
- TextTreeTextElementNode.cs
- ZoneButton.cs
- SafeArrayTypeMismatchException.cs
- WmlLiteralTextAdapter.cs
- SystemIPv6InterfaceProperties.cs
- PageBuildProvider.cs
- SecurityTokenTypes.cs
- ItemsControlAutomationPeer.cs
- input.cs
- AuthenticationModuleElement.cs
- SqlCommand.cs
- OleDbTransaction.cs
- SharedStatics.cs
- CriticalExceptions.cs
- TailCallAnalyzer.cs
- counter.cs
- DispatcherOperation.cs
- XmlHierarchicalEnumerable.cs
- XMLDiffLoader.cs
- CompatibleComparer.cs
- XamlPointCollectionSerializer.cs
- XmlElement.cs
- GridViewRowPresenterBase.cs
- AtomServiceDocumentSerializer.cs
- PackagePart.cs
- TextRangeEdit.cs
- PartialTrustVisibleAssembly.cs
- HtmlTable.cs
- StaticContext.cs
- DurableOperationAttribute.cs
- ScriptReference.cs
- FunctionQuery.cs
- MatrixAnimationBase.cs
- Model3D.cs
- ImageField.cs
- FixedFindEngine.cs
- MobileListItem.cs
- ScriptBehaviorDescriptor.cs
- DefaultPrintController.cs
- OutputScopeManager.cs
- TraceUtils.cs
- SmtpAuthenticationManager.cs
- assertwrapper.cs
- DragCompletedEventArgs.cs
- ProcessingInstructionAction.cs
- SBCSCodePageEncoding.cs
- Paragraph.cs
- Metafile.cs
- EntryWrittenEventArgs.cs
- FileDialogPermission.cs
- ProtocolReflector.cs
- log.cs
- ScriptIgnoreAttribute.cs
- OleDbRowUpdatingEvent.cs
- SqlExpressionNullability.cs
- EntryPointNotFoundException.cs
- OleDbConnection.cs
- SelectorAutomationPeer.cs
- EntityDataSourceWrapper.cs