共用方式為


CheckedTextView.SetCheckMarkDrawable 方法

定義

多載

SetCheckMarkDrawable(Drawable)

將複選標記設定為指定的可繪製專案。

SetCheckMarkDrawable(Int32)

使用指定的資源識別碼,將複選標記設定為可繪製的 。

SetCheckMarkDrawable(Drawable)

將複選標記設定為指定的可繪製專案。

[Android.Runtime.Register("setCheckMarkDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetCheckMarkDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetCheckMarkDrawable (Android.Graphics.Drawables.Drawable? d);
[<Android.Runtime.Register("setCheckMarkDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetCheckMarkDrawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetCheckMarkDrawable : Android.Graphics.Drawables.Drawable -> unit
override this.SetCheckMarkDrawable : Android.Graphics.Drawables.Drawable -> unit

參數

d
Drawable

要用於複選標記的可繪製

屬性

備註

將複選標記設定為指定的可繪製專案。

核取此檢視時,可繪製的狀態集將會包含 android.R.attr#state_checked

android.widget.CheckedTextView.setCheckMarkDrawable(android.graphics.drawable.Drawable)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

另請參閱

適用於

SetCheckMarkDrawable(Int32)

使用指定的資源識別碼,將複選標記設定為可繪製的 。

[Android.Runtime.Register("setCheckMarkDrawable", "(I)V", "GetSetCheckMarkDrawable_IHandler")]
public virtual void SetCheckMarkDrawable (int resId);
[<Android.Runtime.Register("setCheckMarkDrawable", "(I)V", "GetSetCheckMarkDrawable_IHandler")>]
abstract member SetCheckMarkDrawable : int -> unit
override this.SetCheckMarkDrawable : int -> unit

參數

resId
Int32

要作為複選標記的可繪製資源標識碼

屬性

備註

使用指定的資源識別碼,將複選標記設定為可繪製的 。

核取此檢視時,可繪製的狀態集將會包含 android.R.attr#state_checked

android.widget.CheckedTextView.setCheckMarkDrawable(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

另請參閱

適用於