Skybound Rebar

Rebar.Logo Property

Gets or sets the logo displayed in the far corner of the top row.

[Visual Basic]
Public Property Logo As Image
[C#]
public System.Drawing.Image Logo {get; set;}

Property Value

An Image which is displayed in the far corner of the top row of the control.

Remarks

The logo may be a static image or an GIF. To start and stop logo animation, use the AnimateLogo property.

Exceptions

Exception Type Condition
InvalidOperationException The specified image was larger than the maximum logo size of 128x128.

See Also

Rebar Class | Skybound.Rebar Namespace