Intersoft WebInput Documentation
ApplyStyleSheetSkin Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : ApplyStyleSheetSkin Method






page

Glossary Item Box

Syntax

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

Parameters

page

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.