Ribbon for WinForms
GetNextAvailableIcon メソッド (IconSet)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > IconSet クラス : GetNextAvailableIcon メソッド
The requested 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).
シンタックス
'宣言
 
Public Function GetNextAvailableIcon( _
   ByVal size As Size _
) As C1Icon
public C1Icon GetNextAvailableIcon( 
   Size size
)

パラメータ

size
The requested size

戻り値の型

The icon of the next available size.
参照

IconSet クラス
IconSet メンバ