GrapeCity SPREAD for Windows Forms 11.0J
ResetTextIndeterminate メソッド


チェックボックスのIndeterminate状態のテキストをデフォルト設定にリセットします。
構文
'Declaration
 
Public Overridable Sub ResetTextIndeterminate() 
'使用法
 
Dim instance As FpCheckBox
 
instance.ResetTextIndeterminate()
public virtual void ResetTextIndeterminate()
解説

このメソッドは、TextIndeterminateプロパティをデフォルト値にリセットするときに使用します。

チェックボックスのその他の状態のテキストをリセットするには、ResetTextFalseメソッドとResetTextTrueメソッドを使用します。

キャプションのテキストをリセットするには、ResetCaptionメソッドを使用します。

参照

FpCheckBox クラス
FpCheckBox メンバ
ResetTextFalse メソッド
ResetTextTrue メソッド
ResetCaption メソッド
TextIndeterminate プロパティ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.