FRAMEPREFERENCES2 Struct

Definition

Provides frame settings that control whether scroll bars are provided for views.

public value class FRAMEPREFERENCES2
public value class FRAMEPREFERENCES2
struct FRAMEPREFERENCES2
public struct FRAMEPREFERENCES2
type FRAMEPREFERENCES2 = struct
Public Structure FRAMEPREFERENCES2
Inheritance
FRAMEPREFERENCES2

Remarks

This structure provides settings that allow frames to provide horizontal and vertical scroll bars for views. The view can also control whether it provides scroll bars by setting flags in Initialize, but these settings cannot be changed after they are set. In the case of the FRAMEPREFERENCES structure, the multiple-document interface (MDI) child frame provides scroll bars for views in editor windows. Using this approach, scroll bar settings can then be customized by the user.

Fields

fHorzScrollbar

Determines whether the frame should display a horizontal scroll bar for views.

fVertScrollbar

Determines whether the frame should display a vertical scroll bar for views.

Applies to