Frameset.FrameResizable Property

True if the user can resize the specified frame when the frames page is viewed in a Web browser.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FrameResizable As Boolean
    Get
    Set
'Usage
Dim instance As Frameset
Dim value As Boolean

value = instance.FrameResizable

instance.FrameResizable = value
bool FrameResizable { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Frameset Interface

Frameset Members

Microsoft.Office.Interop.Word Namespace