CheckBox.AutoSize Property

True sizes the check box or text frame according to the font size of the surrounding text. False sizes the check box or text frame according to the Size property.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AutoSize As Boolean
    Get
    Set
'Usage
Dim instance As CheckBox
Dim value As Boolean

value = instance.AutoSize

instance.AutoSize = value
bool AutoSize { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

CheckBox Interface

CheckBox Members

Microsoft.Office.Interop.Word Namespace