Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NotSupportedException.cs
- ApplicationGesture.cs
- UriWriter.cs
- BitmapCodecInfo.cs
- ApplicationDirectory.cs
- Semaphore.cs
- NullableConverter.cs
- CornerRadiusConverter.cs
- cache.cs
- WebServiceData.cs
- CardSpaceShim.cs
- Expressions.cs
- FileChangesMonitor.cs
- RadioButton.cs
- EventWaitHandleSecurity.cs
- WebHeaderCollection.cs
- UserControlBuildProvider.cs
- BehaviorEditorPart.cs
- SoapMessage.cs
- ByteConverter.cs
- JavascriptCallbackMessageInspector.cs
- QuaternionAnimationBase.cs
- DataRelation.cs
- FixedPageProcessor.cs
- AuthenticationModuleElement.cs
- XsdDateTime.cs
- CalendarTable.cs
- SafeRightsManagementQueryHandle.cs
- DynamicHyperLink.cs
- OptimalTextSource.cs
- BinaryFormatterWriter.cs
- HwndTarget.cs
- UIntPtr.cs
- _SSPISessionCache.cs
- XmlSchemaComplexContent.cs
- SimpleType.cs
- TraceSwitch.cs
- WindowsScroll.cs
- HttpValueCollection.cs
- EventSourceCreationData.cs
- InheritanceAttribute.cs
- DataViewSettingCollection.cs
- ListViewCommandEventArgs.cs
- XmlDownloadManager.cs
- InputLanguageCollection.cs
- XpsLiterals.cs
- CustomErrorsSection.cs
- _FtpControlStream.cs
- CodeTryCatchFinallyStatement.cs
- RightNameExpirationInfoPair.cs
- NetTcpSectionData.cs
- _PooledStream.cs
- DragAssistanceManager.cs
- AnnouncementEndpointElement.cs
- SimpleHandlerBuildProvider.cs
- VariableExpressionConverter.cs
- TimeSpan.cs
- DataSpaceManager.cs
- ListViewContainer.cs
- MediaPlayer.cs
- PersistNameAttribute.cs
- CharUnicodeInfo.cs
- ContainerControlDesigner.cs
- ExceptionUtil.cs
- PTManager.cs
- Monitor.cs
- XmlSerializationWriter.cs
- TextTreeInsertUndoUnit.cs
- XPathParser.cs
- ServiceReference.cs
- BindingExpressionBase.cs
- ControllableStoryboardAction.cs
- PingOptions.cs
- ExtensibleClassFactory.cs
- Expander.cs
- XamlFigureLengthSerializer.cs
- XslTransformFileEditor.cs
- EventLog.cs
- StringFreezingAttribute.cs
- BufferBuilder.cs
- Trace.cs
- UserPreferenceChangingEventArgs.cs
- SafeEventLogReadHandle.cs
- XmlDeclaration.cs
- ButtonColumn.cs
- PreProcessor.cs
- ProxyFragment.cs
- NamedPipeProcessProtocolHandler.cs
- DisableDpiAwarenessAttribute.cs
- Tuple.cs
- SqlClientWrapperSmiStream.cs
- SafeEventLogWriteHandle.cs
- BroadcastEventHelper.cs
- WinHttpWebProxyFinder.cs
- DocumentScope.cs
- Icon.cs
- NavigationWindow.cs
- ToolStripItemImageRenderEventArgs.cs
- UnitySerializationHolder.cs
- SecurityProtocolCorrelationState.cs