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
- smtpconnection.cs
- SafeBitVector32.cs
- GraphicsPath.cs
- ValidationRuleCollection.cs
- odbcmetadatacolumnnames.cs
- IdentitySection.cs
- AccessorTable.cs
- OneOfTypeConst.cs
- RadioButtonList.cs
- RequestReplyCorrelator.cs
- CompilationUtil.cs
- ExtensionQuery.cs
- UserValidatedEventArgs.cs
- PeerService.cs
- DockPattern.cs
- ProfileModule.cs
- DecimalConstantAttribute.cs
- BinaryCommonClasses.cs
- BinaryFormatter.cs
- DataGridViewColumnCollectionDialog.cs
- HttpContext.cs
- DesignerRegionCollection.cs
- NotCondition.cs
- DynamicDiscoSearcher.cs
- MouseActionValueSerializer.cs
- SerializationObjectManager.cs
- ShaperBuffers.cs
- TabControlEvent.cs
- IFormattable.cs
- ErrorCodes.cs
- _SslSessionsCache.cs
- DrawListViewSubItemEventArgs.cs
- HttpSysSettings.cs
- SendMailErrorEventArgs.cs
- InkCanvasFeedbackAdorner.cs
- ConfigurationConverterBase.cs
- CancelRequestedRecord.cs
- TableItemPatternIdentifiers.cs
- ping.cs
- WebHostUnsafeNativeMethods.cs
- DetailsViewCommandEventArgs.cs
- SQLConvert.cs
- WindowsPen.cs
- HttpChannelBindingToken.cs
- ProgressiveCrcCalculatingStream.cs
- GZipStream.cs
- TypeNameParser.cs
- SelectedDatesCollection.cs
- NegotiationTokenAuthenticator.cs
- PageRequestManager.cs
- TcpTransportElement.cs
- RightsManagementEncryptedStream.cs
- ECDsaCng.cs
- FreezableCollection.cs
- ValidationManager.cs
- ConstraintManager.cs
- AspNetSynchronizationContext.cs
- AstTree.cs
- Font.cs
- CacheOutputQuery.cs
- cryptoapiTransform.cs
- ActivitySurrogate.cs
- StyleCollection.cs
- smtpconnection.cs
- ConfigXmlSignificantWhitespace.cs
- SqlProvider.cs
- IisTraceListener.cs
- OdbcReferenceCollection.cs
- DrawingAttributeSerializer.cs
- HtmlShim.cs
- MissingMethodException.cs
- OptionalRstParameters.cs
- RegionData.cs
- TextEffectCollection.cs
- SpellerError.cs
- ServiceModelInstallComponent.cs
- SimpleHandlerFactory.cs
- DbMetaDataColumnNames.cs
- DataException.cs
- Vector3D.cs
- MetabaseServerConfig.cs
- CqlLexer.cs
- DBBindings.cs
- XDeferredAxisSource.cs
- ObjectConverter.cs
- PostBackOptions.cs
- StrongTypingException.cs
- TypeReference.cs
- RuntimeHelpers.cs
- TypedReference.cs
- StorageEntitySetMapping.cs
- WhiteSpaceTrimStringConverter.cs
- MimeBasePart.cs
- autovalidator.cs
- TypeReference.cs
- BitVec.cs
- Module.cs
- PrtCap_Builder.cs
- CacheVirtualItemsEvent.cs
- StringArrayConverter.cs