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!

IWebFormServices.GetShowControlGlyphs

Returns true if the glyphs for all server controls are to be rendered, and false otherwise.

[Visual Basic]
Function GetShowControlGlyphs() As Boolean
[C#]
bool GetShowControlGlyphs();
[C++]
bool GetShowControlGlyphs() = 0;
[JScript]
function GetShowControlGlyphs() : Boolean;

See Also

IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace