Initializes the control.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Protected Overrides Sub InitControl( _
   ByVal  As System.Windows.Forms.Control, _
   ByVal  As IScriptContext _
) 
             
        
            
            '使用法
 
Dim instance As RenderInputButtonBase
Dim control As System.Windows.Forms.Control
Dim context As IScriptContext
 
instance.InitControl(control, context)
             
        
            
            protected override void InitControl( 
   System.Windows.Forms.Control ,
   IScriptContext 
)
             
        
             
        
            パラメータ
- control
 
- The System.Windows.Forms.Control to initialize.
 - context
 
- Context that should be used to get calculated style properties.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照