BCGControlBar Library for .NET
PaintTextBoxControl Method




Syntax
'Declaration
 
Protected Sub PaintTextBoxControl( _
   ByVal CtrlHandle As IntPtr, _
   ByVal hdc As IntPtr _
) 
'Usage
 
Dim instance As GlassTextBox
Dim CtrlHandle As IntPtr
Dim hdc As IntPtr
 
instance.PaintTextBoxControl(CtrlHandle, hdc)
protected void PaintTextBoxControl( 
   IntPtr CtrlHandle,
   IntPtr hdc
)
protected: void PaintTextBoxControl( 
   IntPtr CtrlHandle,
   IntPtr hdc
) 
protected:
void PaintTextBoxControl( 
   IntPtr CtrlHandle,
   IntPtr hdc
) 

Parameters

CtrlHandle
hdc
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

Reference

GlassTextBox Class
GlassTextBox Members

Send Feedback