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 / UICuesEvent.cs / 1 / UICuesEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { ////// /// [Flags] public enum UICues { ////// Specifies UI state. /// ////// /// Focus rectangles are shown after the change. /// ShowFocus = 0x01, ////// /// Keyboard cues are underlined after the change. /// ShowKeyboard = 0x02, ////// /// Shown = ShowFocus | ShowKeyboard, ///[To be supplied.] ////// /// The state of the focus cues has changed. /// ChangeFocus = 0x04, ////// /// The state of the keyboard cues has changed. /// ChangeKeyboard = 0x08, ////// /// Changed = ChangeFocus | ChangeKeyboard, ///[To be supplied.] ////// /// None = 0x00, } ///[To be supplied.] ////// /// public class UICuesEventArgs : EventArgs { private readonly UICues uicues; ////// Provides data for the ///event. /// /// /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] public UICuesEventArgs(UICues uicues) { this.uicues = uicues; } ///[To be supplied.] ////// /// Focus rectangles are shown after the change. /// public bool ShowFocus { get { return (uicues & UICues.ShowFocus) != 0; } } ////// /// Keyboard cues are underlined after the change. /// public bool ShowKeyboard { get { return (uicues & UICues.ShowKeyboard) != 0; } } ////// /// The state of the focus cues has changed. /// public bool ChangeFocus { get { return (uicues & UICues.ChangeFocus) != 0; } } ////// /// The state of the keyboard cues has changed. /// public bool ChangeKeyboard { get { return (uicues & UICues.ChangeKeyboard) != 0; } } ////// /// public UICues Changed { get { return (uicues & UICues.Changed); } } } } // 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 { ////// /// [Flags] public enum UICues { ////// Specifies UI state. /// ////// /// Focus rectangles are shown after the change. /// ShowFocus = 0x01, ////// /// Keyboard cues are underlined after the change. /// ShowKeyboard = 0x02, ////// /// Shown = ShowFocus | ShowKeyboard, ///[To be supplied.] ////// /// The state of the focus cues has changed. /// ChangeFocus = 0x04, ////// /// The state of the keyboard cues has changed. /// ChangeKeyboard = 0x08, ////// /// Changed = ChangeFocus | ChangeKeyboard, ///[To be supplied.] ////// /// None = 0x00, } ///[To be supplied.] ////// /// public class UICuesEventArgs : EventArgs { private readonly UICues uicues; ////// Provides data for the ///event. /// /// /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] public UICuesEventArgs(UICues uicues) { this.uicues = uicues; } ///[To be supplied.] ////// /// Focus rectangles are shown after the change. /// public bool ShowFocus { get { return (uicues & UICues.ShowFocus) != 0; } } ////// /// Keyboard cues are underlined after the change. /// public bool ShowKeyboard { get { return (uicues & UICues.ShowKeyboard) != 0; } } ////// /// The state of the focus cues has changed. /// public bool ChangeFocus { get { return (uicues & UICues.ChangeFocus) != 0; } } ////// /// The state of the keyboard cues has changed. /// public bool ChangeKeyboard { get { return (uicues & UICues.ChangeKeyboard) != 0; } } ////// /// public UICues Changed { get { return (uicues & UICues.Changed); } } } } // 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
- LinkedResourceCollection.cs
- XmlSerializerOperationBehavior.cs
- ConnectionPool.cs
- ManagementObjectSearcher.cs
- IUnknownConstantAttribute.cs
- FrameworkTemplate.cs
- RequestCacheEntry.cs
- AssemblyResourceLoader.cs
- ReceiveContent.cs
- BinaryParser.cs
- HMACSHA384.cs
- ButtonRenderer.cs
- AddressAccessDeniedException.cs
- OdbcRowUpdatingEvent.cs
- ADConnectionHelper.cs
- XmlSerializerFactory.cs
- RtfNavigator.cs
- DurableOperationAttribute.cs
- MorphHelpers.cs
- ColorAnimationBase.cs
- PassportAuthenticationEventArgs.cs
- BasicCommandTreeVisitor.cs
- SafeFileMappingHandle.cs
- WindowsAltTab.cs
- HyperlinkAutomationPeer.cs
- Executor.cs
- BitmapCacheBrush.cs
- DoubleAverageAggregationOperator.cs
- NetCodeGroup.cs
- PropertyStore.cs
- ContextQuery.cs
- HttpModulesInstallComponent.cs
- _ShellExpression.cs
- SingleObjectCollection.cs
- WindowsBrush.cs
- __ComObject.cs
- PageContentAsyncResult.cs
- ComplexObject.cs
- Filter.cs
- TakeQueryOptionExpression.cs
- HierarchicalDataBoundControl.cs
- StandardOleMarshalObject.cs
- InvalidDataException.cs
- AppDomainShutdownMonitor.cs
- Buffer.cs
- JsonFormatGeneratorStatics.cs
- SafeSecurityHandles.cs
- CustomAssemblyResolver.cs
- DBCSCodePageEncoding.cs
- RadioButtonPopupAdapter.cs
- sqlinternaltransaction.cs
- ProtectedConfigurationProviderCollection.cs
- Transform3D.cs
- GenericIdentity.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- ExtenderProvidedPropertyAttribute.cs
- DateTimeConverter.cs
- PasswordRecovery.cs
- FontFamily.cs
- IsolatedStorage.cs
- MessageAction.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- WaitForChangedResult.cs
- DelayedRegex.cs
- XpsImageSerializationService.cs
- XmlAtomicValue.cs
- GenericXmlSecurityToken.cs
- ApplicationTrust.cs
- ZipIOLocalFileBlock.cs
- ValidationError.cs
- ChannelBinding.cs
- FixUp.cs
- CompilerWrapper.cs
- StopRoutingHandler.cs
- MediaContext.cs
- StretchValidation.cs
- DataGridCaption.cs
- WebPartCatalogAddVerb.cs
- WebBrowsableAttribute.cs
- HostedController.cs
- CodeDirectoryCompiler.cs
- UIElement3D.cs
- ButtonFieldBase.cs
- ListControlConvertEventArgs.cs
- SqlExpander.cs
- FixedDocumentPaginator.cs
- KnownTypesHelper.cs
- AuthenticationConfig.cs
- Ref.cs
- DesignerVerb.cs
- ClientTarget.cs
- DesignTimeXamlWriter.cs
- PreloadHost.cs
- Mouse.cs
- GcSettings.cs
- ChannelBinding.cs
- PointHitTestResult.cs
- DefaultAssemblyResolver.cs
- DataGridAddNewRow.cs
- DataColumnChangeEvent.cs