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!

HtmlControlDesigner.DrawGlyph

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

[Visual Basic]
Public Sub DrawGlyph( _
   ByVal glyph As Bitmap, _
   ByVal hdc As Integer, _
   ByVal leftBounds As Integer, _
   ByVal topBounds As Integer, _
   ByVal rightBounds As Integer, _
   ByVal bottomBounds As Integer _
)
[C#]
public void DrawGlyph(
   Bitmap glyph,
   int hdc,
   int leftBounds,
   int topBounds,
   int rightBounds,
   int bottomBounds
);
[C++]
public: void DrawGlyph(
   Bitmap* glyph,
   int hdc,
   int leftBounds,
   int topBounds,
   int rightBounds,
   int bottomBounds
);
[JScript]
public function DrawGlyph(
   glyph : Bitmap,
   hdc : int,
   leftBounds : int,
   topBounds : int,
   rightBounds : int,
   bottomBounds : int
);

Parameters

glyph
[To be supplied.]
hdc
[To be supplied.]
leftBounds
[To be supplied.]
topBounds
[To be supplied.]
rightBounds
[To be supplied.]
bottomBounds
[To be supplied.]

See Also

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