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 / ButtonInternal / RadioButtonPopupAdapter.cs / 1 / RadioButtonPopupAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.ButtonInternal { using System; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.Drawing.Text; using System.Windows.Forms; internal class RadioButtonPopupAdapter : RadioButtonFlatAdapter { internal RadioButtonPopupAdapter(ButtonBase control) : base(control) {} internal override void PaintUp(PaintEventArgs e, CheckState state) { System.Drawing.Graphics g = e.Graphics; if (Control.Appearance == Appearance.Button) { ButtonPopupAdapter adapter = new ButtonPopupAdapter(Control); adapter.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { ColorData colors = PaintPopupRender(e.Graphics).Calculate(); LayoutData layout = Layout(e).Layout(); PaintButtonBackground(e, Control.ClientRectangle, null); PaintImage(e, layout); DrawCheckBackgroundFlat(e, layout.checkBounds, colors.buttonShadow, colors.options.highContrast ? colors.buttonFace : colors.highlight, true); DrawCheckOnly(e, layout, colors.windowText, colors.highlight, true); PaintField(e, layout, colors, colors.windowText, true); } } internal override void PaintOver(PaintEventArgs e, CheckState state) { System.Drawing.Graphics g = e.Graphics; if (Control.Appearance == Appearance.Button) { ButtonPopupAdapter adapter = new ButtonPopupAdapter(Control); adapter.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { ColorData colors = PaintPopupRender(e.Graphics).Calculate(); LayoutData layout = Layout(e).Layout(); PaintButtonBackground(e, Control.ClientRectangle, null); PaintImage(e, layout); DrawCheckBackground3DLite(e, layout.checkBounds, colors.windowText, colors.options.highContrast ? colors.buttonFace : colors.highlight, colors, true); DrawCheckOnly(e, layout, colors.windowText, colors.highlight, true); PaintField(e, layout, colors, colors.windowText, true); } } internal override void PaintDown(PaintEventArgs e, CheckState state) { System.Drawing.Graphics g = e.Graphics; if (Control.Appearance == Appearance.Button) { ButtonPopupAdapter adapter = new ButtonPopupAdapter(Control); adapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { ColorData colors = PaintPopupRender(e.Graphics).Calculate(); LayoutData layout = Layout(e).Layout(); PaintButtonBackground(e, Control.ClientRectangle, null); PaintImage(e, layout); DrawCheckBackground3DLite(e, layout.checkBounds, colors.windowText, colors.highlight, colors, true); DrawCheckOnly(e, layout, colors.buttonShadow, colors.highlight, true); PaintField(e, layout, colors, colors.windowText, true); } } #region Layout protected override ButtonBaseAdapter CreateButtonAdapter() { return new ButtonPopupAdapter(Control); } protected override LayoutOptions Layout(PaintEventArgs e) { LayoutOptions layout = base.Layout(e); if (!Control.MouseIsDown && !Control.MouseIsOver) { layout.shadowedText = true; } return layout; } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.ButtonInternal { using System; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.Drawing.Text; using System.Windows.Forms; internal class RadioButtonPopupAdapter : RadioButtonFlatAdapter { internal RadioButtonPopupAdapter(ButtonBase control) : base(control) {} internal override void PaintUp(PaintEventArgs e, CheckState state) { System.Drawing.Graphics g = e.Graphics; if (Control.Appearance == Appearance.Button) { ButtonPopupAdapter adapter = new ButtonPopupAdapter(Control); adapter.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { ColorData colors = PaintPopupRender(e.Graphics).Calculate(); LayoutData layout = Layout(e).Layout(); PaintButtonBackground(e, Control.ClientRectangle, null); PaintImage(e, layout); DrawCheckBackgroundFlat(e, layout.checkBounds, colors.buttonShadow, colors.options.highContrast ? colors.buttonFace : colors.highlight, true); DrawCheckOnly(e, layout, colors.windowText, colors.highlight, true); PaintField(e, layout, colors, colors.windowText, true); } } internal override void PaintOver(PaintEventArgs e, CheckState state) { System.Drawing.Graphics g = e.Graphics; if (Control.Appearance == Appearance.Button) { ButtonPopupAdapter adapter = new ButtonPopupAdapter(Control); adapter.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { ColorData colors = PaintPopupRender(e.Graphics).Calculate(); LayoutData layout = Layout(e).Layout(); PaintButtonBackground(e, Control.ClientRectangle, null); PaintImage(e, layout); DrawCheckBackground3DLite(e, layout.checkBounds, colors.windowText, colors.options.highContrast ? colors.buttonFace : colors.highlight, colors, true); DrawCheckOnly(e, layout, colors.windowText, colors.highlight, true); PaintField(e, layout, colors, colors.windowText, true); } } internal override void PaintDown(PaintEventArgs e, CheckState state) { System.Drawing.Graphics g = e.Graphics; if (Control.Appearance == Appearance.Button) { ButtonPopupAdapter adapter = new ButtonPopupAdapter(Control); adapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { ColorData colors = PaintPopupRender(e.Graphics).Calculate(); LayoutData layout = Layout(e).Layout(); PaintButtonBackground(e, Control.ClientRectangle, null); PaintImage(e, layout); DrawCheckBackground3DLite(e, layout.checkBounds, colors.windowText, colors.highlight, colors, true); DrawCheckOnly(e, layout, colors.buttonShadow, colors.highlight, true); PaintField(e, layout, colors, colors.windowText, true); } } #region Layout protected override ButtonBaseAdapter CreateButtonAdapter() { return new ButtonPopupAdapter(Control); } protected override LayoutOptions Layout(PaintEventArgs e) { LayoutOptions layout = base.Layout(e); if (!Control.MouseIsDown && !Control.MouseIsOver) { layout.shadowedText = true; } return layout; } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlStringTable.cs
- WebPartConnectVerb.cs
- RootProfilePropertySettingsCollection.cs
- PersianCalendar.cs
- TemplateBamlRecordReader.cs
- PageAdapter.cs
- QueryLifecycle.cs
- TemplateField.cs
- DesignerAttribute.cs
- Win32.cs
- SchemaExporter.cs
- UICuesEvent.cs
- Int64.cs
- ExceptionRoutedEventArgs.cs
- Canvas.cs
- TimersDescriptionAttribute.cs
- DependencyObject.cs
- TypeUtil.cs
- XmlSchemaObject.cs
- HttpWebResponse.cs
- MenuAdapter.cs
- MemberCollection.cs
- DoubleAnimationBase.cs
- QueryOpeningEnumerator.cs
- AddInBase.cs
- ToolBarPanel.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- SQLString.cs
- KnownAssemblyEntry.cs
- FileDetails.cs
- ObjectParameter.cs
- ExpressionPrefixAttribute.cs
- TextComposition.cs
- XmlSchemaAttributeGroupRef.cs
- ContentElementAutomationPeer.cs
- MenuItemBinding.cs
- ViewBase.cs
- Renderer.cs
- CompressionTransform.cs
- NullRuntimeConfig.cs
- TemplateParser.cs
- Comparer.cs
- TileBrush.cs
- ObjectViewEntityCollectionData.cs
- MemberMaps.cs
- SelectionListDesigner.cs
- configsystem.cs
- DataGridViewCellStyleConverter.cs
- MutexSecurity.cs
- CatalogZone.cs
- MultiTrigger.cs
- TabControl.cs
- WebRequest.cs
- ResponseStream.cs
- NonClientArea.cs
- DataBindingHandlerAttribute.cs
- CacheOutputQuery.cs
- XmlSerializerVersionAttribute.cs
- KnownTypesProvider.cs
- GetBrowserTokenRequest.cs
- XD.cs
- ButtonField.cs
- DES.cs
- RotateTransform3D.cs
- FastEncoderWindow.cs
- FullTextState.cs
- DoubleConverter.cs
- BrushProxy.cs
- TextOutput.cs
- Cursors.cs
- Configuration.cs
- DrawingGroup.cs
- DataControlExtensions.cs
- DiscoveryServerProtocol.cs
- XPathNodePointer.cs
- MemoryStream.cs
- AdornedElementPlaceholder.cs
- CodePrimitiveExpression.cs
- XmlSchemaInferenceException.cs
- SQLResource.cs
- BindingMemberInfo.cs
- Thumb.cs
- XXXOnTypeBuilderInstantiation.cs
- Sql8ExpressionRewriter.cs
- ReferenceAssemblyAttribute.cs
- sqlstateclientmanager.cs
- XmlSortKeyAccumulator.cs
- CopyAttributesAction.cs
- XmlAnyAttributeAttribute.cs
- XmlArrayAttribute.cs
- Header.cs
- DateTimeParse.cs
- QueueTransferProtocol.cs
- ImageMapEventArgs.cs
- GraphicsState.cs
- DateTimeUtil.cs
- VectorCollectionValueSerializer.cs
- DSASignatureFormatter.cs
- HostProtectionException.cs
- TextTreeTextBlock.cs