Style.UnhideWhenUsed Property

Set True to clear the Hidden property when this style is used.

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

Syntax

'Declaration
Property UnhideWhenUsed As Boolean
    Get
    Set
'Usage
Dim instance As Style
Dim value As Boolean

value = instance.UnhideWhenUsed

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace