Intersoft WebGrid Documentation
ApplyStyleSheetSkin Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellTemplateContainer Class : ApplyStyleSheetSkin Method






page

Syntax

Visual Basic (Declaration) 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Sub ApplyStyleSheetSkin( _
   ByVal page As Page _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim page As Page
 
instance.ApplyStyleSheetSkin(page)
C# 
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual void ApplyStyleSheetSkin( 
   Page page
)
Delphi 
public procedure ApplyStyleSheetSkin( 
    page: Page
); virtual; 
JScript 
EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function ApplyStyleSheetSkin( 
   page : Page
);
Managed Extensions for C++ 
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public: virtual void ApplyStyleSheetSkin( 
   Page* page
) 
C++/CLI 
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public:
virtual void ApplyStyleSheetSkin( 
   Page^ page
) 

Parameters

page

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.