[]
Checks whether a ContentControl of the specified type can be added to the current body.
public bool CanAddContentControl(ContentControlType type)
Public Function CanAddContentControl(type As ContentControlType) As Boolean
Type | Name | Description |
---|---|---|
ContentControlType | type | The type of the content control to add. |
Type | Description |
---|---|
bool | true if a content control of the specified type can be added, false otherwise. |
Checks whether a ContentControl of the specified type can be added to the current body.
public bool CanAddContentControl(ContentControlType type, out Exception ex)
Public Function CanAddContentControl(type As ContentControlType, ByRef ex As Exception) As Boolean
Type | Name | Description |
---|---|---|
ContentControlType | type | The type of the content control to add. |
Exception | ex | OUT: the exception that would be thrown if a content control of the specified type was added. |