NoteTag.CreatePadlock

NoteTag.CreatePadlock method

Creates a new note tag with Padlock icon and specified label.

public static NoteTag CreatePadlock(string label = "Password")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteTag.

See Also