Edit

Share via


SmartTagAction.ExpandDocumentFragment Property

Definition

Returns or sets a Boolean that represents whether the specified document fragment control is expanded or collapsed in the Document Actions task pane.

public:
 property bool ExpandDocumentFragment { bool get(); void set(bool value); };
public bool ExpandDocumentFragment { get; set; }
member this.ExpandDocumentFragment : bool with get, set
Public Property ExpandDocumentFragment As Boolean

Property Value

Remarks

This property returns True to indicate that the control is expanded, and False to indicate that the control is collapsed.

For more information on smart documents, please see the Smart Document Software Development Kit on the Microsoft Developer Network (MSDN) Web site.

Applies to