Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Document Class / AddCheckBox Method
true if the CheckBox is checked, otherwise false.


In This Topic
    AddCheckBox Method
    In This Topic
    Adds a CheckBox to a Document.
    Syntax
    'Declaration
     
    Public Function AddCheckBox( _
       ByVal isChecked As Boolean _
    ) As CheckBox
    'Usage
     
    Dim instance As Document
    Dim isChecked As Boolean
    Dim value As CheckBox
     
    value = instance.AddCheckBox(isChecked)
    public CheckBox AddCheckBox( 
       bool isChecked
    )

    Parameters

    isChecked
    true if the CheckBox is checked, otherwise false.

    Return Value

    The newly created CheckBox.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also