NotesWindowManagerPreviewShowNoteOptions.ShowWithFocus Property
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.
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.