Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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