PowerTools SPREAD for Windows Forms 8.0J
GetElementStyle メソッド (ElementWindowless)


要素のスタイルを取得します。
構文
'Declaration
 
Public Overridable Function GetElementStyle() As ElementStyle
'使用法
 
Dim instance As ElementWindowless
Dim value As ElementStyle
 
value = instance.GetElementStyle()
public virtual ElementStyle GetElementStyle()

戻り値の型

要素のスタイルを含むElementStyleオブジェクト
解説

このメソッドは、要素の設定を含むElementStyleオブジェクトを取得するときに使用します。ElementStyleオブジェクトは、色、配置、余白などの外観の設定を提供します。

詳細については、ElementStyleクラスを参照してください。

要素のElementStyleオブジェクトを指定するには、SetElementStyleメソッドを使用します。

参照

ElementWindowless クラス
ElementWindowless メンバ
SetElementStyle メソッド
ElementStyle クラス

 

 


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