NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DHTMLBehavior.Draw

Draws a glyph at the bottom right edge of the HTML element representing the control.

[Visual Basic]
Overridable Public Sub Draw( _
   ByVal leftBounds As Integer, _
   ByVal topBounds As Integer, _
   ByVal rightBounds As Integer, _
   ByVal bottomBounds As Integer, _
   ByVal leftUpdate As Integer, _
   ByVal topUpdate As Integer, _
   ByVal rightUpdate As Integer, _
   ByVal bottomUpdate As Integer, _
   ByVal lDrawFlags As Integer, _
   ByVal hdc As Integer, _
   ByVal pvDrawObject As Integer _
)
[C#]
public virtual void Draw(
   int leftBounds,
   int topBounds,
   int rightBounds,
   int bottomBounds,
   int leftUpdate,
   int topUpdate,
   int rightUpdate,
   int bottomUpdate,
   int lDrawFlags,
   int hdc,
   int pvDrawObject
);
[C++]
public: virtual void Draw(
   int leftBounds,
   int topBounds,
   int rightBounds,
   int bottomBounds,
   int leftUpdate,
   int topUpdate,
   int rightUpdate,
   int bottomUpdate,
   int lDrawFlags,
   int hdc,
   int pvDrawObject
);
[JScript]
public function Draw(
   leftBounds : int,
   topBounds : int,
   rightBounds : int,
   bottomBounds : int,
   leftUpdate : int,
   topUpdate : int,
   rightUpdate : int,
   bottomUpdate : int,
   lDrawFlags : int,
   hdc : int,
   pvDrawObject : int
);

Parameters

leftBounds
The leftmost point.
topBounds
The topmost point.
rightBounds
The rightmost point.
bottomBounds
The bottommost point.
leftUpdate
[To be supplied.]
topUpdate
[To be supplied.]
rightUpdate
[To be supplied.]
bottomUpdate
[To be supplied.]
lDrawFlags
[To be supplied.]
hdc
[To be supplied.]
pvDrawObject
[To be supplied.]

See Also

DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace | Interop.Trident.IHTMLPainter