Intersoft WebDesktop Documentation
DisplayPosition Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebNotification Class : DisplayPosition Property


Glossary Item Box

Gets or sets the display position of the notification.

Syntax

Visual Basic (Declaration) 
Public Property DisplayPosition As ISNet.WebUI.DisplayPosition
Visual Basic (Usage)Copy Code
Dim instance As WebNotification
Dim value As ISNet.WebUI.DisplayPosition
 
instance.DisplayPosition = value
 
value = instance.DisplayPosition
C# 
public ISNet.WebUI.DisplayPosition DisplayPosition {get; set;}

Remarks

The default value of DisplayPosition property is RightBottom. You may want to change the display to other position, such as RightTop, LeftTop, LeftBottom, etc.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.