Class HideIconInSillListViewAttribute
- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
Specifies that a ISillListView component's icon should be hidden in the WindowSill bar.
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class HideIconInSillListViewAttribute : Attribute
- Inheritance
-
HideIconInSillListViewAttribute
- Inherited Members
- Extension Methods
Remarks
This does not affect the icon shown in other parts of the application, such as the settings page. The CreateIcon() is still required to be implemented even if this attribute is applied.
Properties
HideIconInSillListView
Gets the internal name of this component.
public bool HideIconInSillListView { get; }