'Declaration Public Overloads Function CanAddContentControl( _ ByVal type As ContentControlType _ ) As System.Boolean
public System.bool CanAddContentControl( ContentControlType type )
Parameters
- type
- The type of the content control to add.
Return Value
true if a content control of the specified type can be added, false otherwise.