MESCIUS SPREAD for Windows Forms 17.0J
TransparencyColor プロパティ (ImageFocusIndicatorRenderer)

カスタムフォーカスインジケーターの透過色を取得または設定します。
構文
'Declaration
 
Public Property TransparencyColor As Color
public Color TransparencyColor {get; set;}

プロパティ値

透過色を含む Color オブジェクト
次のサンプルコードは、TransparencyColorプロパティを使用します。
FarPoint.Win.Spread.ImageFocusIndicatorRenderer ifir = new FarPoint.Win.Spread.ImageFocusIndicatorRenderer();
ifir.Image = Image.FromFile("C:\\logo.png");
ifir.TransparencyColor = Color.White;
fpSpread1.FocusRenderer = ifir;
Dim ifir As New FarPoint.Win.Spread.ImageFocusIndicatorRenderer()
ifir.Image = Image.FromFile("C:\logo.png")
ifir.TransparencyColor = Color.White
fpSpread1.FocusRenderer = ifir
参照

ImageFocusIndicatorRenderer クラス
ImageFocusIndicatorRenderer メンバ

 

 


© MESCIUS inc. All rights reserved.