PowerTools SPREAD for Windows Forms 8.0J
GetInteger メソッド


現在のビジュアルスタイル要素の取得するプロパティ値を指定するSystem.Windows.Forms.VisualStyles.IntegerProperty値の1つ。
現在のビジュアルスタイル要素の指定した整数プロパティの値を返します。
構文
'Declaration
 
Public Function GetInteger( _
   ByVal prop As IntegerProperty _
) As Integer
'使用法
 
Dim instance As FpVisualStyleRenderer
Dim prop As IntegerProperty
Dim value As Integer
 
value = instance.GetInteger(prop)
public int GetInteger( 
   IntegerProperty prop
)

パラメータ

prop
現在のビジュアルスタイル要素の取得するプロパティ値を指定するSystem.Windows.Forms.VisualStyles.IntegerProperty値の1つ。
参照

FpVisualStyleRenderer クラス
FpVisualStyleRenderer メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.