Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / RectangleHotSpot.cs / 1 / RectangleHotSpot.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Globalization; using System.Web.UI; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class RectangleHotSpot : HotSpot { [ WebCategory("Appearance"), DefaultValue(0), WebSysDescription(SR.RectangleHotSpot_Bottom), ] public int Bottom { get { object o = ViewState["Bottom"]; return o != null? (int)o : 0; } set { ViewState["Bottom"] = value; } } [ WebCategory("Appearance"), DefaultValue(0), WebSysDescription(SR.RectangleHotSpot_Left), ] public int Left { get { object o = ViewState["Left"]; return o != null? (int)o : 0; } set { ViewState["Left"] = value; } } [ WebCategory("Appearance"), DefaultValue(0), WebSysDescription(SR.RectangleHotSpot_Right), ] public int Right { get { object o = ViewState["Right"]; return o != null? (int)o : 0; } set { ViewState["Right"] = value; } } [ WebCategory("Appearance"), DefaultValue(0), WebSysDescription(SR.RectangleHotSpot_Top), ] public int Top { get { object o = ViewState["Top"]; return o != null? (int)o : 0; } set { ViewState["Top"] = value; } } protected internal override string MarkupName { get { return "rect"; } } public override string GetCoordinates() { return Left + "," + Top + "," + Right + "," + Bottom; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Implements HotSpot for rectangle regions. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Globalization; using System.Web.UI; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class RectangleHotSpot : HotSpot { [ WebCategory("Appearance"), DefaultValue(0), WebSysDescription(SR.RectangleHotSpot_Bottom), ] public int Bottom { get { object o = ViewState["Bottom"]; return o != null? (int)o : 0; } set { ViewState["Bottom"] = value; } } [ WebCategory("Appearance"), DefaultValue(0), WebSysDescription(SR.RectangleHotSpot_Left), ] public int Left { get { object o = ViewState["Left"]; return o != null? (int)o : 0; } set { ViewState["Left"] = value; } } [ WebCategory("Appearance"), DefaultValue(0), WebSysDescription(SR.RectangleHotSpot_Right), ] public int Right { get { object o = ViewState["Right"]; return o != null? (int)o : 0; } set { ViewState["Right"] = value; } } [ WebCategory("Appearance"), DefaultValue(0), WebSysDescription(SR.RectangleHotSpot_Top), ] public int Top { get { object o = ViewState["Top"]; return o != null? (int)o : 0; } set { ViewState["Top"] = value; } } protected internal override string MarkupName { get { return "rect"; } } public override string GetCoordinates() { return Left + "," + Top + "," + Right + "," + Bottom; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Implements HotSpot for rectangle regions. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Soap12ServerProtocol.cs
- RegexWorker.cs
- WindowsButton.cs
- ScrollProviderWrapper.cs
- SiteMap.cs
- JoinElimination.cs
- XmlNamespaceMapping.cs
- RuntimeConfigLKG.cs
- FontClient.cs
- LayoutTableCell.cs
- XmlLoader.cs
- MessageQueueConverter.cs
- nulltextnavigator.cs
- BoundField.cs
- TextTreeRootNode.cs
- CodeTypeDelegate.cs
- MetadataPropertyCollection.cs
- ConfigurationConverterBase.cs
- Geometry.cs
- IntSecurity.cs
- LabelEditEvent.cs
- SymmetricAlgorithm.cs
- BinHexEncoder.cs
- XPathMultyIterator.cs
- KeyedCollection.cs
- ToolStripDropDown.cs
- EndPoint.cs
- UriTemplateQueryValue.cs
- InputLangChangeEvent.cs
- SharedHttpsTransportManager.cs
- StructuralCache.cs
- ApplicationServicesHostFactory.cs
- WebOperationContext.cs
- LayoutEditorPart.cs
- SharedUtils.cs
- MessageQueueKey.cs
- JpegBitmapEncoder.cs
- CqlIdentifiers.cs
- SocketAddress.cs
- DefaultHttpHandler.cs
- SafeCryptContextHandle.cs
- CodeTryCatchFinallyStatement.cs
- WriteableOnDemandPackagePart.cs
- BlockCollection.cs
- C14NUtil.cs
- IHttpResponseInternal.cs
- DataControlCommands.cs
- OrderedHashRepartitionStream.cs
- FixedSchema.cs
- Module.cs
- RenamedEventArgs.cs
- AccessDataSource.cs
- BaseValidator.cs
- Axis.cs
- ToolStripSystemRenderer.cs
- HtmlLink.cs
- SchemaImporterExtensionElementCollection.cs
- ListViewContainer.cs
- BitmapFrameEncode.cs
- TextMessageEncoder.cs
- SafeUserTokenHandle.cs
- MultipleCopiesCollection.cs
- ServiceThrottlingBehavior.cs
- EntityStoreSchemaFilterEntry.cs
- ConfigurationCollectionAttribute.cs
- WebRequestModulesSection.cs
- MemberMaps.cs
- BamlBinaryReader.cs
- Membership.cs
- EntityConnection.cs
- EnumMemberAttribute.cs
- CollectionViewGroupRoot.cs
- WebPartEditorApplyVerb.cs
- HttpPostedFile.cs
- ComponentManagerBroker.cs
- VisualTarget.cs
- OpenTypeLayoutCache.cs
- RemotingConfiguration.cs
- RegionData.cs
- RegexCaptureCollection.cs
- WmlCommandAdapter.cs
- CommonObjectSecurity.cs
- Validator.cs
- PrePostDescendentsWalker.cs
- DependencyProperty.cs
- SQLDecimalStorage.cs
- NotImplementedException.cs
- DSASignatureFormatter.cs
- Single.cs
- StackBuilderSink.cs
- XmlEncoding.cs
- StateMachineTimers.cs
- ComponentEditorPage.cs
- RecordManager.cs
- DataGridTablesFactory.cs
- bidPrivateBase.cs
- Image.cs
- AdPostCacheSubstitution.cs
- ComboBox.cs
- BounceEase.cs