Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TimerElapsedEvenArgs.cs
- RNGCryptoServiceProvider.cs
- HtmlObjectListAdapter.cs
- WebPartConnectionsConnectVerb.cs
- ShowExpandedMultiValueConverter.cs
- ToolStripSplitButton.cs
- SmtpCommands.cs
- BinaryObjectInfo.cs
- HttpInputStream.cs
- BitHelper.cs
- CheckBoxList.cs
- _SafeNetHandles.cs
- ChildTable.cs
- MimeParameters.cs
- SqlBulkCopyColumnMappingCollection.cs
- RowType.cs
- MouseActionConverter.cs
- IndentedTextWriter.cs
- InputProcessorProfiles.cs
- WebPartRestoreVerb.cs
- DataGridViewRow.cs
- UserInitiatedNavigationPermission.cs
- BindingGroup.cs
- PlatformNotSupportedException.cs
- DataColumnChangeEvent.cs
- PageOrientation.cs
- ACL.cs
- XsltArgumentList.cs
- KerberosRequestorSecurityToken.cs
- BypassElement.cs
- BindingGroup.cs
- CellParaClient.cs
- PinnedBufferMemoryStream.cs
- LogSwitch.cs
- TypeExtensions.cs
- InvalidateEvent.cs
- SqlUtil.cs
- ChannelCredentials.cs
- ExpressionConverter.cs
- TickBar.cs
- DataGridViewRowCollection.cs
- NamespaceInfo.cs
- FormatSettings.cs
- objectresult_tresulttype.cs
- DataBoundControlActionList.cs
- SystemGatewayIPAddressInformation.cs
- DbConnectionPoolGroupProviderInfo.cs
- ViewPort3D.cs
- Ipv6Element.cs
- SmtpCommands.cs
- nulltextcontainer.cs
- FontStyles.cs
- CqlQuery.cs
- ComponentRenameEvent.cs
- ColorConverter.cs
- DataBoundControlActionList.cs
- GPPOINT.cs
- StylusDevice.cs
- LogLogRecord.cs
- OrthographicCamera.cs
- InterleavedZipPartStream.cs
- CompatibleComparer.cs
- Int16AnimationUsingKeyFrames.cs
- CommandLibraryHelper.cs
- PersonalizableTypeEntry.cs
- DesignerAutoFormat.cs
- DynamicActionMessageFilter.cs
- ItemDragEvent.cs
- DictionaryTraceRecord.cs
- AssertSection.cs
- DecoderFallbackWithFailureFlag.cs
- SortExpressionBuilder.cs
- BinaryKeyIdentifierClause.cs
- SoapAttributeAttribute.cs
- ValueExpressions.cs
- PropertyItemInternal.cs
- SafeNativeMethods.cs
- TableLayoutCellPaintEventArgs.cs
- ObjectPersistData.cs
- CalendarDay.cs
- SQLBytes.cs
- ContainerVisual.cs
- HMACRIPEMD160.cs
- CellPartitioner.cs
- RegexCharClass.cs
- SerializationInfoEnumerator.cs
- ConfigXmlSignificantWhitespace.cs
- RuntimeConfig.cs
- RequestTimeoutManager.cs
- _Semaphore.cs
- SourceLineInfo.cs
- EntryWrittenEventArgs.cs
- ToolStripArrowRenderEventArgs.cs
- CFStream.cs
- XmlAutoDetectWriter.cs
- ViewBase.cs
- RectAnimation.cs
- CodeThrowExceptionStatement.cs
- GiveFeedbackEvent.cs
- SyndicationElementExtension.cs