RadioButtonRenderer.IsBackgroundPartiallyTransparent(RadioButtonState) 方法

定义

指示选项按钮(也称为单选按钮)的背景是否具有半透明或 alpha 混合的片段。

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

参数

state
RadioButtonState

RadioButtonState指定选项按钮视觉状态的值之一。

返回

true 如果选项按钮的背景具有半透明或 alpha 混合部分,则为 ;否则,为 false.

适用于