SharedNotesIsViewTypeNote Method

Indicates whether the view type corresponds to a note.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static bool IsViewTypeNote(
	ViewType viewType
)

Parameters

viewType  ViewType
ViewType to evaluate.

Return Value

Boolean
if the view type corresponds to a note; otherwise, .

See Also