Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Style Class / UnhideWhenUsed Property

In This Topic
    UnhideWhenUsed Property
    In This Topic
    Gets or sets a value indicating whether Visibility shall be reset when this style is used by the content of the document.

    If true, an application shall ensure that even if the Visibility is StyleVisibility.SemiHidden that this property should be considered as StyleVisibility.Visible if the style is referenced by any content in the document.

    Syntax
    'Declaration
     
    Public Property UnhideWhenUsed As System.Boolean
    public System.bool UnhideWhenUsed {get; set;}
    See Also