CheckBoxRenderer.IsBackgroundPartiallyTransparent(CheckBoxState) Yöntem

Tanım

Onay kutusunun arka planının yarı saydam mı yoksa alfa karışık parçalar mı olduğunu gösterir.

public:
 static bool IsBackgroundPartiallyTransparent(System::Windows::Forms::VisualStyles::CheckBoxState state);
public static bool IsBackgroundPartiallyTransparent (System.Windows.Forms.VisualStyles.CheckBoxState state);
static member IsBackgroundPartiallyTransparent : System.Windows.Forms.VisualStyles.CheckBoxState -> bool
Public Shared Function IsBackgroundPartiallyTransparent (state As CheckBoxState) As Boolean

Parametreler

state
CheckBoxState

CheckBoxState Onay kutusunun görsel durumunu belirten değerlerden biri.

Döndürülenler

Boolean

true onay kutusunun arka planında yarı saydam veya alfa karışımlı parçalar varsa; aksi takdirde , false.

Şunlara uygulanır