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!

LinkLabel.RenderTransparent

Gets or sets a value indicating whether the parent control's background will be rendered on the Label.

[Visual Basic]
Property RenderTransparent As Boolean
[C#]
bool RenderTransparent {override set;}
[C++]
protected: __property virtual void set_RenderTransparent(bool);
[JScript]
protected function set RenderTransparent(Boolean);

Property Value

true if the parent control's background will be rendered on the Label; otherwise, false. The default is false.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace