[]
        
(Showing Draft Content)

C1.Framework.IconSet.GetNextAvailableIcon

GetNextAvailableIcon Method

GetNextAvailableIcon(Size)

Gets the next available icon of the requested size. If the icon of requested size is available in the icon set, it will be returned. Otherwise, the icon of the next bigger size will be returned (or the biggest one icon of requested size is too big).

Declaration
public C1Icon GetNextAvailableIcon(Size size)
Parameters
Type Name Description
Size size

The requested size

Returns
Type Description
C1Icon

The icon of the next available size.