Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ParameterCollection.cs
- Identity.cs
- OracleCommandBuilder.cs
- ToolStripSplitStackLayout.cs
- TextBreakpoint.cs
- CornerRadius.cs
- RecommendedAsConfigurableAttribute.cs
- ColorAnimationUsingKeyFrames.cs
- RtfControlWordInfo.cs
- XmlDataSource.cs
- ApplicationServiceManager.cs
- CodeCastExpression.cs
- TransformationRules.cs
- HyperLinkColumn.cs
- InputDevice.cs
- DeviceContext.cs
- DataGridViewTextBoxColumn.cs
- log.cs
- DropSourceBehavior.cs
- NavigationWindowAutomationPeer.cs
- ExpressionPrinter.cs
- ClientSettingsProvider.cs
- ProviderBase.cs
- COM2TypeInfoProcessor.cs
- CreatingCookieEventArgs.cs
- EntityCommand.cs
- DetailsViewUpdateEventArgs.cs
- DateTimeSerializationSection.cs
- MulticastDelegate.cs
- OleDbInfoMessageEvent.cs
- MemberPathMap.cs
- ComponentCommands.cs
- AdornerDecorator.cs
- EntitySqlQueryBuilder.cs
- AssertHelper.cs
- ProcessHostConfigUtils.cs
- SafeNativeMethodsCLR.cs
- ExpressionParser.cs
- RsaSecurityTokenParameters.cs
- ListBoxChrome.cs
- PerformanceCounterPermission.cs
- Metadata.cs
- WmlValidatorAdapter.cs
- HebrewCalendar.cs
- ValidationHelper.cs
- XmlQualifiedName.cs
- AttachedPropertyBrowsableAttribute.cs
- EndpointConfigContainer.cs
- XmlNamespaceManager.cs
- ISO2022Encoding.cs
- StructureChangedEventArgs.cs
- DiagnosticsElement.cs
- PointAnimationClockResource.cs
- Scene3D.cs
- XNodeNavigator.cs
- MimeTypeAttribute.cs
- XhtmlBasicPhoneCallAdapter.cs
- ByteAnimation.cs
- URI.cs
- CallContext.cs
- FragmentNavigationEventArgs.cs
- LastQueryOperator.cs
- AutoSizeToolBoxItem.cs
- CollectionDataContract.cs
- ViewStateModeByIdAttribute.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- RedirectionProxy.cs
- CompositionAdorner.cs
- DataGridViewLinkColumn.cs
- TextRangeAdaptor.cs
- ServiceOperationParameter.cs
- _CookieModule.cs
- ContainerVisual.cs
- AttributeConverter.cs
- ImmComposition.cs
- CommandLibraryHelper.cs
- Scanner.cs
- XamlPoint3DCollectionSerializer.cs
- ConcurrentQueue.cs
- GlyphInfoList.cs
- SqlComparer.cs
- SystemBrushes.cs
- HitTestParameters3D.cs
- LassoSelectionBehavior.cs
- GridViewSelectEventArgs.cs
- SmiContextFactory.cs
- SessionParameter.cs
- GenericRootAutomationPeer.cs
- TriggerBase.cs
- RectangleF.cs
- SystemFonts.cs
- EmbeddedObject.cs
- PerfCounters.cs
- Visual3D.cs
- ConfigurationValues.cs
- MergeLocalizationDirectives.cs
- EventlogProvider.cs
- DecoderExceptionFallback.cs
- PublisherMembershipCondition.cs
- PerformanceCounterCategory.cs