Document bitmap transparency and public API

Explain image behavior for each credential tile version, package the README and XML documentation, and complete the public API comments.
This commit is contained in:
Ryan Newington
2026-08-30 08:10:32 +10:00
parent 8b12b4d078
commit b0d6ccc702
37 changed files with 350 additions and 81 deletions
@@ -10,13 +10,13 @@ namespace Lithnet.CredentialProvider
private int selectedItemIndex;
/// <summary>
/// Creates a new <c ref="ComboboxControl"/> control
/// Creates a new <see cref="ComboboxControl"/> control.
/// </summary>
/// <param name="key">The unique key for this control</param>
public ComboboxControl(string key) : this(key, null) { }
/// <summary>
/// Creates a new <c ref="ComboboxControl"/> control
/// Creates a new <see cref="ComboboxControl"/> control.
/// </summary>
/// <param name="key">The unique key for this control</param>
/// <param name="label">The label associated with the control</param>
@@ -107,4 +107,4 @@ namespace Lithnet.CredentialProvider
return clone;
}
}
}
}