NSApplication.ChangeWindowsItem(NSWindow, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("changeWindowsItem:title:filename:")]
public virtual void ChangeWindowsItem (AppKit.NSWindow win, string title, bool isFilename);
abstract member ChangeWindowsItem : AppKit.NSWindow * string * bool -> unit
override this.ChangeWindowsItem : AppKit.NSWindow * string * bool -> unit
Parameters
- win
- NSWindow
- title
- String
- isFilename
- Boolean
- Attributes