FRAMEPREFERENCES Struct

Definition

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

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

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