LicensingGuiManagementDialogCustomIcon Property |
Gets or sets a custom icon (which overrides the default if set) for the license management dialog.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic Icon ManagementDialogCustomIcon { get; set; }
Public Property ManagementDialogCustomIcon As Icon
Get
Set
public:
property Icon^ ManagementDialogCustomIcon {
Icon^ get ();
void set (Icon^ value);
}
Property Value
Type:
Icon
See Also