Edit

Share via


HTMLCheckbox Interface

Definition

[System.Runtime.InteropServices.Guid("5512D117-5CC6-11CF-8D67-00AA00BDCE1D")]
public interface HTMLCheckbox : Microsoft.Vbe.Interop.Forms.IWHTMLCheckbox, Microsoft.Vbe.Interop.Forms.WHTMLControlEvents3_Event
[<System.Runtime.InteropServices.Guid("5512D117-5CC6-11CF-8D67-00AA00BDCE1D")>]
type HTMLCheckbox = interface
    interface IWHTMLCheckbox
    interface WHTMLControlEvents3_Event
Public Interface HTMLCheckbox
Implements IWHTMLCheckbox, WHTMLControlEvents3_Event
Derived
Attributes
Implements

Properties

Checked (Inherited from IWHTMLCheckbox)
HTMLName (Inherited from IWHTMLCheckbox)
HTMLType (Inherited from IWHTMLCheckbox)
Value (Inherited from IWHTMLCheckbox)

Methods

add_Click(WHTMLControlEvents3_ClickEventHandler) (Inherited from WHTMLControlEvents3_Event)
remove_Click(WHTMLControlEvents3_ClickEventHandler) (Inherited from WHTMLControlEvents3_Event)

Events

Click (Inherited from WHTMLControlEvents3_Event)

Applies to