Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / ButtonInternal / RadioButtonStandardAdapter.cs / 1 / RadioButtonStandardAdapter.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 RadioButtonStandardAdapter : RadioButtonBaseAdapter { internal RadioButtonStandardAdapter(ButtonBase control) : base(control) {} internal override void PaintUp(PaintEventArgs e, CheckState state) { if (Control.Appearance == Appearance.Button) { ButtonAdapter.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { ColorData colors = PaintRender(e.Graphics).Calculate(); LayoutData layout = Layout(e).Layout(); PaintButtonBackground(e, Control.ClientRectangle, null); PaintImage(e, layout); DrawCheckBox(e, layout); PaintField(e, layout, colors, colors.windowText, true); } } internal override void PaintDown(PaintEventArgs e, CheckState state) { if (Control.Appearance == Appearance.Button) { ButtonAdapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { PaintUp(e, state); } } internal override void PaintOver(PaintEventArgs e, CheckState state) { if (Control.Appearance == Appearance.Button) { ButtonAdapter.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { PaintUp(e, state); } } private new ButtonStandardAdapter ButtonAdapter { get { return ((ButtonStandardAdapter)base.ButtonAdapter); } } protected override ButtonBaseAdapter CreateButtonAdapter() { return new ButtonStandardAdapter(Control); } #region Temp protected override LayoutOptions Layout(PaintEventArgs e) { LayoutOptions layout = CommonLayout(); layout.hintTextUp = false; layout.everettButtonCompat = !Application.RenderWithVisualStyles; // VSWhidbey 420870 if (Application.RenderWithVisualStyles) { using (Graphics g = WindowsFormsUtils.CreateMeasurementGraphics()) { layout.checkSize = RadioButtonRenderer.GetGlyphSize(g, RadioButtonRenderer.ConvertFromButtonState(GetState(), Control.MouseIsOver)).Width; } } 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 RadioButtonStandardAdapter : RadioButtonBaseAdapter { internal RadioButtonStandardAdapter(ButtonBase control) : base(control) {} internal override void PaintUp(PaintEventArgs e, CheckState state) { if (Control.Appearance == Appearance.Button) { ButtonAdapter.PaintUp(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { ColorData colors = PaintRender(e.Graphics).Calculate(); LayoutData layout = Layout(e).Layout(); PaintButtonBackground(e, Control.ClientRectangle, null); PaintImage(e, layout); DrawCheckBox(e, layout); PaintField(e, layout, colors, colors.windowText, true); } } internal override void PaintDown(PaintEventArgs e, CheckState state) { if (Control.Appearance == Appearance.Button) { ButtonAdapter.PaintDown(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { PaintUp(e, state); } } internal override void PaintOver(PaintEventArgs e, CheckState state) { if (Control.Appearance == Appearance.Button) { ButtonAdapter.PaintOver(e, Control.Checked ? CheckState.Checked : CheckState.Unchecked); } else { PaintUp(e, state); } } private new ButtonStandardAdapter ButtonAdapter { get { return ((ButtonStandardAdapter)base.ButtonAdapter); } } protected override ButtonBaseAdapter CreateButtonAdapter() { return new ButtonStandardAdapter(Control); } #region Temp protected override LayoutOptions Layout(PaintEventArgs e) { LayoutOptions layout = CommonLayout(); layout.hintTextUp = false; layout.everettButtonCompat = !Application.RenderWithVisualStyles; // VSWhidbey 420870 if (Application.RenderWithVisualStyles) { using (Graphics g = WindowsFormsUtils.CreateMeasurementGraphics()) { layout.checkSize = RadioButtonRenderer.GetGlyphSize(g, RadioButtonRenderer.ConvertFromButtonState(GetState(), Control.MouseIsOver)).Width; } } 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
- UriSection.cs
- AnnotationHighlightLayer.cs
- typedescriptorpermissionattribute.cs
- UpDownBase.cs
- NotFiniteNumberException.cs
- RouteParametersHelper.cs
- FilterEventArgs.cs
- PropertyValidationContext.cs
- ProcessingInstructionAction.cs
- ReferenceTypeElement.cs
- BidPrivateBase.cs
- TextPointerBase.cs
- PlaceHolder.cs
- ExponentialEase.cs
- RemotingAttributes.cs
- InternalResources.cs
- SectionXmlInfo.cs
- XpsPackagingException.cs
- JournalEntryListConverter.cs
- IFormattable.cs
- XmlElementAttributes.cs
- RequestTimeoutManager.cs
- FilterEventArgs.cs
- TextEffect.cs
- XmlDocumentFieldSchema.cs
- SharedHttpsTransportManager.cs
- BuildManager.cs
- ControlAdapter.cs
- SqlAliaser.cs
- ColorInterpolationModeValidation.cs
- NamedPipeChannelFactory.cs
- KeyboardDevice.cs
- DefinitionUpdate.cs
- MissingManifestResourceException.cs
- DataBinder.cs
- InputBuffer.cs
- LineBreakRecord.cs
- MulticastNotSupportedException.cs
- IntSecurity.cs
- MemoryMappedFile.cs
- FunctionParameter.cs
- ToolboxItem.cs
- Latin1Encoding.cs
- CriticalExceptions.cs
- MetadataException.cs
- filewebresponse.cs
- ToolStripSeparatorRenderEventArgs.cs
- WebServiceEnumData.cs
- SectionRecord.cs
- RayHitTestParameters.cs
- TextRange.cs
- Positioning.cs
- ContainsRowNumberChecker.cs
- CompensatableTransactionScopeActivityDesigner.cs
- Control.cs
- PropertyNames.cs
- DoubleIndependentAnimationStorage.cs
- TimeSpanMinutesConverter.cs
- PartBasedPackageProperties.cs
- ToolBar.cs
- GridViewEditEventArgs.cs
- SoapSchemaMember.cs
- ListBindingHelper.cs
- SourceItem.cs
- UpdateDelegates.Generated.cs
- ListControlConvertEventArgs.cs
- GridViewDesigner.cs
- SystemPens.cs
- path.cs
- CngAlgorithmGroup.cs
- RewritingSimplifier.cs
- DispatcherFrame.cs
- StringBuilder.cs
- SendKeys.cs
- AuthenticationModuleElement.cs
- XmlCDATASection.cs
- Stroke2.cs
- WSFederationHttpSecurity.cs
- CommandBindingCollection.cs
- LayoutEvent.cs
- DataSourceBooleanViewSchemaConverter.cs
- DoubleLinkList.cs
- WindowsHyperlink.cs
- XmlSchemaSimpleTypeList.cs
- WebPartZoneCollection.cs
- ListView.cs
- fixedPageContentExtractor.cs
- SecurityHeaderTokenResolver.cs
- __ConsoleStream.cs
- InheritanceContextHelper.cs
- WebPartVerbsEventArgs.cs
- DbExpressionVisitor.cs
- DispatcherExceptionEventArgs.cs
- httpapplicationstate.cs
- FrameworkPropertyMetadata.cs
- UxThemeWrapper.cs
- DataGridViewTopLeftHeaderCell.cs
- Mapping.cs
- RawStylusInputCustomData.cs
- PropertyGeneratedEventArgs.cs