NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTextWriter.GetStyleKey

[To be supplied.]

[Visual Basic]
Protected Function GetStyleKey( _
   ByVal styleName As String _
) As Integer
[C#]
protected int GetStyleKey(
   string styleName
);
[C++]
protected: int GetStyleKey(
   String* styleName
);
[JScript]
protected function GetStyleKey(
   styleName : String
) : int;

Parameters

styleName
[To be supplied.]

See Also

HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace