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 );
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace | Interop.Trident.IHTMLPainter