Ribbon for WinForms
SetDirty(Boolean,Boolean) メソッド

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > ScrollBarElement.ScrollBarLineButton クラス > SetDirty メソッド : SetDirty(Boolean,Boolean) メソッド
Whether the element needs to be laid out.
Whether ContentElements (e.g. elements without children, such as TextElement, ImageElement) also need to be laid out.
Marks this element as dirty, forcing all parent and child elements to be laid out.
シンタックス
'宣言
 
Public Overloads Sub SetDirty( _
   ByVal dirty As Boolean, _
   ByVal layoutOnly As Boolean _
) 
public void SetDirty( 
   bool dirty,
   bool layoutOnly
)

パラメータ

dirty
Whether the element needs to be laid out.
layoutOnly
Whether ContentElements (e.g. elements without children, such as TextElement, ImageElement) also need to be laid out.
参照

ScrollBarElement.ScrollBarLineButton クラス
ScrollBarElement.ScrollBarLineButton メンバ
オーバーロード一覧