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