NotesWindowManagerPreviewShowNoteOptions NotesWindowManagerPreviewShowNoteOptions NotesWindowManagerPreviewShowNoteOptions NotesWindowManagerPreviewShowNoteOptions Class

Definition

Provides options for how to show a note.

public : sealed class NotesWindowManagerPreviewShowNoteOptions : INotesWindowManagerPreviewShowNoteOptionspublic sealed class NotesWindowManagerPreviewShowNoteOptions : INotesWindowManagerPreviewShowNoteOptionsPublic NotInheritable Class NotesWindowManagerPreviewShowNoteOptions Implements INotesWindowManagerPreviewShowNoteOptions// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.ApplicationModel.Preview.Notes.PreviewNotesContract (introduced v2)

Constructors

NotesWindowManagerPreviewShowNoteOptions() NotesWindowManagerPreviewShowNoteOptions() NotesWindowManagerPreviewShowNoteOptions() NotesWindowManagerPreviewShowNoteOptions()

Creates a new instance of the NotesWindowManagerPreviewShowNoteOptions class.

public : NotesWindowManagerPreviewShowNoteOptions()public NotesWindowManagerPreviewShowNoteOptions()Public Sub New()// You can use this method in JavaScript.

Properties

ShowWithFocus ShowWithFocus ShowWithFocus ShowWithFocus

Gets or sets a Boolean value that specifies if the note should be shown with focus.

public : PlatForm::Boolean ShowWithFocus { get; set; }public bool ShowWithFocus { get; set; }Public ReadWrite Property ShowWithFocus As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

If true, the note is shown with focus, otherwise false.