LinkLauncher.ImageDefault Property
Gets or sets the default image for the link launcher.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
[BrowsableAttribute(true)]
public Image ImageDefault { get; set; }
public:
[BrowsableAttribute(true)]
property Image^ ImageDefault {
Image^ get();
void set(Image^ value);
}
<BrowsableAttribute(True)>
Public Property ImageDefault As Image
Property Value
Type: System.Drawing.Image
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top