Return Value 戻り値
A unique string that identifies the pane.
Availability
Technology
- (NSString
*)panelKind;
A unique string that identifies the pane.
In this required method, you should return a string that uniquely identifies your custom pane. Typically, your pane’s kind ID is a reverse-domain name such as com
.
Note 注意
To override a pane provided by the printing system, return the corresponding pane kind constant defined in PMPrinting
. While it is possible to override a system pane, you are discouraged from doing so. If you think it is necessary to override one of these panes, please contact Apple for advice.