SmartTagAction.ExpandDocumentFragment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.