CommonSlideData.ControlList Property

List of controls.Represents the element tag in schema: p:controls

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ControlList As ControlList
    Get
    Set
'Usage
Dim instance As CommonSlideData
Dim value As ControlList

value = instance.ControlList

instance.ControlList = value
public ControlList ControlList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.ControlList
Returns ControlList.

See Also

Reference

CommonSlideData Class

CommonSlideData Members

DocumentFormat.OpenXml.Presentation Namespace