SPAppIFrame.Style property

Since HTML iFrame's expect their style to be a string add a 'new' string Style on SPAppIFrame to hide the underlying WebControl.Style property which is of type CssStyleCollection.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Style As String
    Get
    Set
'Usage
Dim instance As SPAppIFrame
Dim value As String

value = instance.Style

instance.Style = value
public string Style { get; set; }

Property value

Type: System.String

See also

Reference

SPAppIFrame class

SPAppIFrame members

Microsoft.SharePoint.WebControls namespace