PowerTools SPREAD for Windows Forms 8.0J
SetElementStyle(ElementStyle) メソッド


要素のスタイルを含むElementStyleオブジェクト
要素のスタイルを設定します。
構文
'Declaration
 
Public Overloads Overridable Sub SetElementStyle( _
   ByVal style As ElementStyle _
) 
'使用法
 
Dim instance As ElementWindowless
Dim style As ElementStyle
 
instance.SetElementStyle(style)
public virtual void SetElementStyle( 
   ElementStyle style
)

パラメータ

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

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

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

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

参照

ElementWindowless クラス
ElementWindowless メンバ
オーバーロード一覧
GetElementStyle メソッド
ElementStyle クラス

 

 


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