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.GetControlGlyph

Obtains the glyph used to represent server controls in the designer.

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

Return Value

The Bitmap of the glyph.

See Also

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