C1.Win.8 Assembly / C1.Framework Namespace / IconSet Class / GetNextAvailableIcon Method
The requested size

In This Topic
GetNextAvailableIcon Method (IconSet)
In This Topic
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).
Syntax
'Declaration
 
Public Function GetNextAvailableIcon( _
   ByVal size As Size _
) As C1Icon
 

Parameters

size
The requested size

Return Value

The icon of the next available size.
See Also