LinkLauncher.ImageLaunched Property
Gets or sets the default image for the link launcher after the link is invoked and target is launched.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Image ImageLaunched { get; set; }
public:
property Image^ ImageLaunched {
Image^ get();
void set(Image^ value);
}
Public Property ImageLaunched As Image
Property Value
Type: System.Drawing.Image
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top