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!

IDesignerAccessor.GetControlStyle

Invoked at design-time to access internal control style.

[Visual Basic]
Function GetControlStyle() As Style
[C#]
Style GetControlStyle();
[C++]
Style* GetControlStyle() = 0;
[JScript]
function GetControlStyle() : Style;

See Also

IDesignerAccessor Interface | IDesignerAccessor Members | System.Web.UI.WebControls Namespace