Share via


NotesWindowManagerPreviewShowNoteOptions.ShowWithFocus Property

Definition

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

public:
 property bool ShowWithFocus { bool get(); void set(bool value); };
bool ShowWithFocus();

void ShowWithFocus(bool value);
public bool ShowWithFocus { get; set; }
var boolean = notesWindowManagerPreviewShowNoteOptions.showWithFocus;
notesWindowManagerPreviewShowNoteOptions.showWithFocus = boolean;
Public Property ShowWithFocus As Boolean

Property Value

Boolean

bool

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

Applies to