Intersoft WebGrid Documentation
SetStyle(WebControl,WebStyle) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ClientSideAction Class > SetStyle Method : SetStyle(WebControl,WebStyle) Method






ctrl
style

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetStyle( _
   ByVal ctrl As WebControl, _
   ByVal style As ISNet.WebUI.WebStyle _
) 
Visual Basic (Usage)Copy Code
Dim instance As ClientSideAction
Dim ctrl As WebControl
Dim style As ISNet.WebUI.WebStyle
 
instance.SetStyle(ctrl, style)
C# 
public void SetStyle( 
   WebControl ctrl,
   ISNet.WebUI.WebStyle style
)
Delphi 
public procedure SetStyle( 
    ctrl: WebControl;
    style: ISNet.WebUI.WebStyle
); 
JScript 
public function SetStyle( 
   ctrl : WebControl,
   style : ISNet.WebUI.WebStyle
);
Managed Extensions for C++ 
public: void SetStyle( 
   WebControl* ctrl,
   ISNet.WebUI.WebStyle* style
) 
C++/CLI 
public:
void SetStyle( 
   WebControl^ ctrl,
   ISNet.WebUI.WebStyle^ style
) 

Parameters

ctrl
style

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.