Return Value 戻り値
A view that contains the pane’s user interface.
Availability
Technology
- (NSView
*)panelView;
A view that contains the pane’s user interface.
In this required method, you should return a view that contains your custom pane’s user interface. The view can contain elements such as controls, static text, and images. The printing system embeds this view in the target dialog. The dimensions of the view are arbitrary, but the width of the view should not exceed 420 pixels. The printing system automatically centers the view in the dialog, so you should design the view to be as small as possible.